diff options
author | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:55:12 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:55:12 +0200 |
commit | bebf3d1d8ba927ca39c00608da2028e61ffd32b9 (patch) | |
tree | 5f7344ded1ca340e30fe16a2d068b2af2c7f7471 /mysql-test/mysql-test-run.pl | |
parent | d7283f54fec459ab7579ccc017573f62432a2e3e (diff) | |
parent | 8d7e105f164c1c7b078a959095a0c308310ac932 (diff) | |
download | mariadb-git-bebf3d1d8ba927ca39c00608da2028e61ffd32b9.tar.gz |
Merge with 5.1
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 40a6282e8ef..1b1712b57cb 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4458,9 +4458,9 @@ sub extract_warning_lines ($) { qr/Failed on request_dump/, qr/Slave: Can't drop database.* database doesn't exist/, qr/Slave: Operation DROP USER failed for 'create_rout_db'/, - qr|Checking table: '\./mtr/test_suppressions'|, + 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'|, qr|Access denied for user|, qr|Aborted connection|, |