We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e06dae commit 33fadbfCopy full SHA for 33fadbf
mysql-test/suite/innodb/r/innodb-index.result
@@ -1851,6 +1851,7 @@ drop table t1;
1851
#
1852
# MDEV-15325 Incomplete validation of missing tablespace during recovery
1853
1854
+SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus';
1855
CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB;
1856
CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB;
1857
# Kill the server
mysql-test/suite/innodb/t/innodb-index.test
@@ -1084,6 +1084,7 @@ drop table t1;
1084
--echo #
1085
1086
--source include/no_checkpoint_start.inc
1087
1088
1089
1090
0 commit comments