Commit d74e43e7 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix rocksdb.duplicate_table test

parent 894c797e
......@@ -8,7 +8,7 @@ INSERT INTO t values (1), (2), (3);
CREATE TABLE t(id int primary key) engine=rocksdb;
FLUSH TABLES;
move_file $MYSQLTEST_VARDIR/mysqld.1/data/test/t.frm $MYSQLTEST_VARDIR/mysqld.1/data/test/t.frm.tmp;
--error ER_UNKNOWN_ERROR
--error ER_METADATA_INCONSISTENCY
CREATE TABLE t(id int primary key) engine=rocksdb;
move_file $MYSQLTEST_VARDIR/mysqld.1/data/test/t.frm.tmp $MYSQLTEST_VARDIR/mysqld.1/data/test/t.frm;
FLUSH TABLES;
......
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