Skip to content

Commit 3e2f0d4

Browse files
Manuel Ungsunshine-Chun
authored andcommitted
Fix rocksdb_sys_vars.all_vars
Summary: Add some missing tests. Looks like somebody else (D39971029) has mistakenly re-recorded the test in the meantime. Squash with: D40196622 , D39971029 Test Plan: mtr Reviewers: herman, #mysql_eng Reviewed By: herman Subscribers: pgl, webscalesql-eng@fb.com Differential Revision: https://phabricator.intern.facebook.com/D40394659
1 parent a8a2545 commit 3e2f0d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mysql-test/suite/rocksdb_sys_vars/r/all_vars.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ There should be *no* long test name listed below:
99
select variable_name as `There should be *no* variables listed below:` from t2
1010
left join t1 on variable_name=test_name where test_name is null ORDER BY variable_name;
1111
There should be *no* variables listed below:
12-
rocksdb_partial_index_blind_delete
13-
rocksdb_partial_index_blind_delete
1412
drop table t1;
1513
drop table t2;

0 commit comments

Comments
 (0)