Commit fcb8d8e5 authored by Sergei Petrunia's avatar Sergei Petrunia

Make rocksdb.prefix_extractor_override work on Windows

parent 08997242
......@@ -26,7 +26,9 @@ select variable_value into @u from information_schema.global_status where variab
SELECT COUNT(*) FROM t1 WHERE id1=1 AND id2=1 AND id3=1;
select variable_value-@u from information_schema.global_status where variable_name='rocksdb_bloom_filter_prefix_checked';
--exec echo "" > $MYSQLTEST_VARDIR/log/mysqld.1.err
# MariaDB: the following doesn't work on Windows and doesn't seem to be needed
# on Linux:
#--exec echo "" > $MYSQLTEST_VARDIR/log/mysqld.1.err
--let $_mysqld_option=--rocksdb_override_cf_options=cf1={prefix_extractor=capped:26};
--echo
......
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