From 4e09e915ca60daeec1e786205918ef3d70f278b4 Mon Sep 17 00:00:00 2001 From: Sven Sandberg Date: Mon, 13 Oct 2008 20:33:08 +0200 Subject: 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 --- mysql-test/r/mysqlcheck.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/r/mysqlcheck.result') diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result index 8a819496eeb..138d36ad606 100644 --- a/mysql-test/r/mysqlcheck.result +++ b/mysql-test/r/mysqlcheck.result @@ -1,9 +1,9 @@ DROP TABLE IF EXISTS t1, `t``1`, `t 1`; drop view if exists v1; drop database if exists client_test_db; -mtr.global_supressions OK +mtr.global_suppressions OK mtr.suspicious_patterns OK -mtr.test_supressions OK +mtr.test_suppressions OK mysql.columns_priv OK mysql.db OK mysql.event OK -- cgit v1.2.1