MariaRocks port: make rocksdb.show_table_status test pass

The test relies on having userstat enabled, which is not ON
by default in MariaDB.
This commit is contained in:
Sergei Petrunia 2016-12-03 18:17:21 +00:00
parent 4f90605a3d
commit 044ad5d3d9

View file

@ -1,2 +1,3 @@
--rocksdb_debug_optimizer_n_rows=1000
--rocksdb_table_stats_sampling_pct=100
--userstat=ON