diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-20 15:17:59 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-20 15:17:59 +0200 |
commit | 9132fab777af667873d87d543eaa63883a15b38d (patch) | |
tree | c6da172bcb3d9d61b7cc4d6c361e5a40a98b8e0e /mysql-test/mysql-test-run.pl | |
parent | 44fc5897a16f32e5e3e7832ce3c3c4fd92fba3af (diff) | |
download | mariadb-git-9132fab777af667873d87d543eaa63883a15b38d.tar.gz |
fixes for windows
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 3 |
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= []; |