diff options
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb-alter-tempfile.test')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb-alter-tempfile.test | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mysql-test/suite/innodb/t/innodb-alter-tempfile.test b/mysql-test/suite/innodb/t/innodb-alter-tempfile.test index dac176f3b77..ab6e1586897 100644 --- a/mysql-test/suite/innodb/t/innodb-alter-tempfile.test +++ b/mysql-test/suite/innodb/t/innodb-alter-tempfile.test @@ -15,9 +15,9 @@ --source include/have_debug_sync.inc call mtr.add_suppression("Cannot find index f2 in InnoDB index dictionary."); -call mtr.add_suppression("InnoDB indexes are inconsistent with what defined in .frm for table .*"); -call mtr.add_suppression("Table test/t1 contains 1 indexes inside InnoDB, which is different from the number of indexes 2 defined in the MariaDB .*"); -call mtr.add_suppression("InnoDB could not find key no 1 with name f2 from dict cache for table .*"); +call mtr.add_suppression("InnoDB indexes are inconsistent with what defined in .frm for table"); +call mtr.add_suppression("Table test/t1 contains 1 indexes inside InnoDB, which is different from the number of indexes 2 defined in"); +call mtr.add_suppression("InnoDB could not find key no 1 with name f2 from dict cache for table"); --echo # @@ -40,8 +40,6 @@ SET debug_dbug='+d,innodb_alter_commit_crash_before_commit'; --error 2013 ALTER TABLE t1 ADD PRIMARY KEY (f2, f1); -remove_files_wildcard $datadir/test #sql-*.frm; - --source include/start_mysqld.inc show create table t1; @@ -67,6 +65,7 @@ set DEBUG_SYNC="now WAIT_FOR default_signal"; --let $shutdown_timeout=0 --source include/restart_mysqld.inc disconnect con1; +--replace_column 7 # SHOW KEYS FROM t1; DROP TABLE t1; remove_files_wildcard $datadir/test #sql-*.frm; |