Skip to content

Commit

Permalink
Fix the merge of rocksdb_sys_vars test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Jul 29, 2017
1 parent ff0ae68 commit 123187d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ if (!$suppress_default_value)
SELECT @start_session_value;
}
}
SELECT @start_global_value;
if ($session)
{
--eval SET @start_session_value = @@session.$sys_var
SELECT @start_session_value;
}
}

if (!$read_only)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--source include/have_rocksdb.inc
--source include/have_partition.inc

call mtr.add_suppression("MyRocks: NULL is not a valid option for updates to column family settings.");
call mtr.add_suppression("Invalid cf options, '=' expected *");
Expand Down Expand Up @@ -91,4 +92,4 @@ SELECT @@global.rocksdb_update_cf_options;

USE test;

DROP TABLE t1;
DROP TABLE t1;

0 comments on commit 123187d

Please sign in to comment.