Commit 123187df authored by Sergei Petrunia's avatar Sergei Petrunia

Fix the merge of rocksdb_sys_vars test suite

parent ff0ae68e
......@@ -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)
{
......
--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 *");
......@@ -91,4 +92,4 @@ SELECT @@global.rocksdb_update_cf_options;
USE test;
DROP TABLE t1;
\ No newline at end of file
DROP TABLE t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment