Skip to content

Commit 33fadbf

Browse files
Thirunarayanandr-m
authored andcommitted
MDEV-17289: Add a test case
1 parent 1e06dae commit 33fadbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/innodb/r/innodb-index.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,7 @@ drop table t1;
18511851
#
18521852
# MDEV-15325 Incomplete validation of missing tablespace during recovery
18531853
#
1854+
SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus';
18541855
CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB;
18551856
CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB;
18561857
# Kill the server

mysql-test/suite/innodb/t/innodb-index.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ drop table t1;
10841084
--echo #
10851085

10861086
--source include/no_checkpoint_start.inc
1087+
SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus';
10871088
CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB;
10881089

10891090
CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB;

0 commit comments

Comments
 (0)