diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-05-09 17:32:52 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-05-09 17:33:51 +0300 |
commit | 0ca2be92e68afb41ef182707b5fff59191be9d60 (patch) | |
tree | d4fe3819dbda437fda8fe735cc4be899f4e77bbb /mysql-test/suite/innodb/t/innodb_bug14147491.test | |
parent | 2e2e0d9105bb8cde5ebebfaca412e98ae5f262ef (diff) | |
download | mariadb-git-0ca2be92e68afb41ef182707b5fff59191be9d60.tar.gz |
Fix test failure on Windows.
In windows error message contains .exe.
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb_bug14147491.test')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_bug14147491.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_bug14147491.test b/mysql-test/suite/innodb/t/innodb_bug14147491.test index 4bfcff02560..09f9d53eaff 100644 --- a/mysql-test/suite/innodb/t/innodb_bug14147491.test +++ b/mysql-test/suite/innodb/t/innodb_bug14147491.test @@ -13,6 +13,7 @@ call mtr.add_suppression("InnoDB: Cannot open table test/t1 from the internal da call mtr.add_suppression("InnoDB: Database page corruption on disk or a failed file read of tablespace test/t1 page \[page id: space=[0-9]+, page number=[0-9]+\]. You may have to recover from a backup."); call mtr.add_suppression("InnoDB: We detected index corruption in an InnoDB type table.*"); call mtr.add_suppression("mysqld: Index for table 't1' is corrupt; try to repair it"); +call mtr.add_suppression("mysqld.exe: Index for table 't1' is corrupt; try to repair it"); --enable_query_log --echo # Create and populate the table to be corrupted |