Commit 6ff8d571 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix mege error in rocksdb.use_direct_reads_writes test

parent 1b79437c
...@@ -9,7 +9,6 @@ select plugin_name, plugin_type from information_schema.plugins where plugin_nam ...@@ -9,7 +9,6 @@ select plugin_name, plugin_type from information_schema.plugins where plugin_nam
plugin_name plugin_type plugin_name plugin_type
# Check that MyRocks has printed an error message into server error log: # Check that MyRocks has printed an error message into server error log:
FOUND 1 /enable both use_direct_reads/ in mysqld.1.err FOUND 1 /enable both use_direct_reads/ in mysqld.1.err
FOUND 1 /enable both use_direct_io_for_flush_and_compaction/ in mysqld.1.err
# Now, restart the server back with regular settings # Now, restart the server back with regular settings
select plugin_name, plugin_type from information_schema.plugins where plugin_name='RocksDB'; select plugin_name, plugin_type from information_schema.plugins where plugin_name='RocksDB';
plugin_name plugin_type plugin_name plugin_type
......
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