Skip to content

Commit 2f1f028

Browse files
committed
After-merge fix for rocksdb
Adjust a test for the merge commit e6bdf77
1 parent 589dc00 commit 2f1f028

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/r/cardinality.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# restart
2+
set use_stat_tables= 'COMPLEMENTARY';
23
CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb;
34
insert into t0 values (0, 0),(1, 1),(2, 2),(3, 3),(4, 4),
45
(5, 4),(6, 4),(7, 4),(8, 4),(9, 4);

storage/rocksdb/mysql-test/rocksdb/t/cardinality.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
--source include/restart_mysqld.inc
44

5+
set use_stat_tables= 'COMPLEMENTARY';
6+
57
# Test memtable cardinality statistics
68
CREATE TABLE t0 (id int PRIMARY KEY, a int, INDEX ix_a (a)) engine=rocksdb;
79

0 commit comments

Comments
 (0)