Skip to content

Commit

Permalink
Fix rocksdb.duplicate_table test
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Jul 30, 2017
1 parent 894c797 commit d74e43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocksdb/mysql-test/rocksdb/t/duplicate_table.test
Expand Up @@ -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;
Expand Down

0 comments on commit d74e43e

Please sign in to comment.