Commit 2f1f0281 authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix for rocksdb

Adjust a test for the merge commit e6bdf77e
parent 589dc00d
# restart # restart
set use_stat_tables= 'COMPLEMENTARY';
CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb; CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb;
insert into t0 values (0, 0),(1, 1),(2, 2),(3, 3),(4, 4), insert into t0 values (0, 0),(1, 1),(2, 2),(3, 3),(4, 4),
(5, 4),(6, 4),(7, 4),(8, 4),(9, 4); (5, 4),(6, 4),(7, 4),(8, 4),(9, 4);
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
set use_stat_tables= 'COMPLEMENTARY';
# Test memtable cardinality statistics # Test memtable cardinality statistics
CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb; CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb;
......
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