Commit 8018bb73 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: use correct MTR command separators

Failure to do so caused the command not to be run, and test failed
parent b504c56b
......@@ -37,8 +37,9 @@ let $wait_condition = select count(*) = 0
--source include/wait_condition.inc
--enable_query_log
let $MYSQL_SST_DUMP=../storage/rocksdb/sst_dump
--exec bash ../storage/rocksdb/mysql-test/rocksdb/t/sst_count_rows.sh $MYSQLTEST_VARDIR $MYSQL_SST_DUMP $no_more_deletes
let $MYSQL_SST_DUMP=../storage/rocksdb/sst_dump;
exec bash ../storage/rocksdb/mysql-test/rocksdb/t/sst_count_rows.sh $MYSQLTEST_VARDIR $MYSQL_SST_DUMP $no_more_deletes ;
eval SET GLOBAL rocksdb_compaction_sequential_deletes= $save_rocksdb_compaction_sequential_deletes;
eval SET GLOBAL rocksdb_compaction_sequential_deletes_file_size= $save_rocksdb_compaction_sequential_deletes_file_size;
eval SET GLOBAL rocksdb_compaction_sequential_deletes_window= $save_rocksdb_compaction_sequential_deletes_window;
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