diff options
author | Sven Sandberg <sven@mysql.com> | 2008-10-13 20:33:08 +0200 |
---|---|---|
committer | Sven Sandberg <sven@mysql.com> | 2008-10-13 20:33:08 +0200 |
commit | 4e09e915ca60daeec1e786205918ef3d70f278b4 (patch) | |
tree | e60791dda11fd2f6c5b14f718866172ee07f6af0 /mysql-test/t/lowercase_table3.test | |
parent | 906fc6bb95ec83799f7ae15e5f0982ff174e2a8a (diff) | |
download | mariadb-git-4e09e915ca60daeec1e786205918ef3d70f278b4.tar.gz |
BUG#39853: lowercase_table3 fails on powermacg5 in rpl tree
Problem: during a refactoring of mtr, a pattern for suppressing a warning from lowercase_table3 was lost.
Fix: re-introduce the suppression.
Problem 2: suppression was misspelt as supression. Fixed by adding a p.
mysql-test/include/mtr_warnings.sql:
fixed spelling error
mysql-test/suite/rpl/t/rpl_bug33931.test:
fixed spelling error
mysql-test/suite/rpl/t/rpl_idempotency.test:
fixed spelling error
mysql-test/suite/rpl/t/rpl_temporary.test:
fixed spelling error
mysql-test/suite/rpl/t/rpl_temporary_errors.test:
fixed spelling error
mysql-test/t/lowercase_table3.test:
fixed spelling error
Diffstat (limited to 'mysql-test/t/lowercase_table3.test')
-rw-r--r-- | mysql-test/t/lowercase_table3.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_table3.test b/mysql-test/t/lowercase_table3.test index d3c9ec5145e..e71d9029606 100644 --- a/mysql-test/t/lowercase_table3.test +++ b/mysql-test/t/lowercase_table3.test @@ -9,6 +9,8 @@ --source include/have_case_insensitive_file_system.inc --source include/not_windows.inc +call mtr.add_suppression("Cannot find or open table test/BUG29839 from"); + --disable_warnings DROP TABLE IF EXISTS t1,T1; --enable_warnings |