summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-09-20 15:17:59 +0200
committerSergei Golubchik <sergii@pisem.net>2010-09-20 15:17:59 +0200
commit9132fab777af667873d87d543eaa63883a15b38d (patch)
treec6da172bcb3d9d61b7cc4d6c361e5a40a98b8e0e /mysql-test/mysql-test-run.pl
parent44fc5897a16f32e5e3e7832ce3c3c4fd92fba3af (diff)
downloadmariadb-git-9132fab777af667873d87d543eaa63883a15b38d.tar.gz
fixes for windows
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 85fc570e4b0..a596c827d46 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -4250,7 +4250,8 @@ sub extract_warning_lines ($) {
qr/Slave: Operation DROP USER failed for 'create_rout_db'/,
qr|Checking table: '\./mtr/test_suppressions'|,
qr|Table \./test/bug53592 has a primary key in InnoDB data dictionary, but not in MySQL|,
- qr|mysqld: Table '\./mtr/test_suppressions' is marked as crashed and should be repaired|
+ qr|mysqld: Table '\./mtr/test_suppressions' is marked as crashed and should be repaired|,
+ qr|InnoDB: Error: table 'test/bug39438'|,
);
my $matched_lines= [];