diff options
| author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2018-10-05 17:36:31 +0300 |
|---|---|---|
| committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-10-05 17:36:31 +0300 |
| commit | 33fadbfefcc040f0b5ae589d385468e5ba26b1cd (patch) | |
| tree | 83313d8121120b62e952d48140af5308ba2e8fb5 | |
| parent | 1e06daea7c2266935c106b773aa44b9540b143b8 (diff) | |
| download | mariadb-git-33fadbfefcc040f0b5ae589d385468e5ba26b1cd.tar.gz | |
MDEV-17289: Add a test case
| -rw-r--r-- | mysql-test/suite/innodb/r/innodb-index.result | 1 | ||||
| -rw-r--r-- | mysql-test/suite/innodb/t/innodb-index.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/innodb-index.result b/mysql-test/suite/innodb/r/innodb-index.result index df27769b810..4a9f9de352c 100644 --- a/mysql-test/suite/innodb/r/innodb-index.result +++ b/mysql-test/suite/innodb/r/innodb-index.result @@ -1851,6 +1851,7 @@ drop table t1; # # MDEV-15325 Incomplete validation of missing tablespace during recovery # +SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus'; CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB; CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB; # Kill the server diff --git a/mysql-test/suite/innodb/t/innodb-index.test b/mysql-test/suite/innodb/t/innodb-index.test index b34133a92e9..99f0cfdba86 100644 --- a/mysql-test/suite/innodb/t/innodb-index.test +++ b/mysql-test/suite/innodb/t/innodb-index.test @@ -1084,6 +1084,7 @@ drop table t1; --echo # --source include/no_checkpoint_start.inc +SET GLOBAL DEBUG_DBUG='+d,fil_names_write_bogus'; CREATE TABLE t1(f1 INT PRIMARY KEY)ENGINE=InnoDB; CREATE TABLE t2(f1 INT PRIMARY KEY)ENGINE=InnoDB; |
