summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-01-30 14:10:17 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-01-30 14:10:17 +0200
commit31a9b3f4c8d8b7d871d6b5625e655433d99d7a7c (patch)
tree2edb0a05e760bfdc53fff0f34bd366d42e8248a8
parent8ab806d2f16e1b1ea146fac59b8b7db5ecdddc34 (diff)
downloadmariadb-git-31a9b3f4c8d8b7d871d6b5625e655433d99d7a7c.tar.gz
Fix a suppression that did not work on Windows.
-rw-r--r--mysql-test/suite/innodb/t/log_file_name.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/log_file_name.test b/mysql-test/suite/innodb/t/log_file_name.test
index 4137f738898..5c063ab124f 100644
--- a/mysql-test/suite/innodb/t/log_file_name.test
+++ b/mysql-test/suite/innodb/t/log_file_name.test
@@ -151,7 +151,7 @@ call mtr.add_suppression("InnoDB: Tablespace .* was not found at .*test");
call mtr.add_suppression("InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace");
call mtr.add_suppression("InnoDB: Cannot read first page of '.*test.[tu]2.ibd' I/O error");
call mtr.add_suppression("InnoDB: Cannot read first page in datafile: .*test.*ibd");
-call mtr.add_suppression("InnoDB: Datafile './test/.*ibd' is corrupted");
+call mtr.add_suppression("InnoDB: Datafile '.*test.*ibd' is corrupted");
call mtr.add_suppression("InnoDB: Cannot replay file rename. Remove either file and try again");
call mtr.add_suppression("InnoDB: Cannot rename.*because the target file exists");
call mtr.add_suppression("InnoDB: Found corrupted log");