summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorMattias Jonsson <mattiasj@mysql.com>2008-08-12 12:26:23 +0200
committerMattias Jonsson <mattiasj@mysql.com>2008-08-12 12:26:23 +0200
commit642bf9022ab6f3a053908e8e5bbfc7597331a91a (patch)
treec37997f38ab924c9706f08ded9e966d08e391773 /mysql-test/lib
parentbdab488391500e052d53fa312cbec46c5921d45a (diff)
parentc1e54765dafc87d1d244e91dbc0bd37062017d46 (diff)
downloadmariadb-git-642bf9022ab6f3a053908e8e5bbfc7597331a91a.tar.gz
manual merge of bug#37402
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_report.pl11
1 files changed, 9 insertions, 2 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl
index bee03e82e24..3d593697ef6 100644
--- a/mysql-test/lib/mtr_report.pl
+++ b/mysql-test/lib/mtr_report.pl
@@ -327,7 +327,6 @@ sub mtr_report_stats ($) {
/Sort aborted/ or
/Time-out in NDB/ or
/One can only use the --user.*root/ or
- /Setting lower_case_table_names=2/ or
/Table:.* on (delete|rename)/ or
/You have an error in your SQL syntax/ or
/deprecated/ or
@@ -405,7 +404,15 @@ sub mtr_report_stats ($) {
/Out of sort memory; increase server sort buffer size/ or
# Bug#35161, test of auto repair --myisam-recover
- /able.*_will_crash/
+ /able.*_will_crash/ or
+
+ # lowercase_table3 using case sensitive option on
+ # case insensitive filesystem (InnoDB error).
+ /Cannot find or open table test\/BUG29839 from/ or
+
+ # When trying to set lower_case_table_names = 2
+ # on a case sensitive file system. Bug#37402.
+ /lower_case_table_names was set to 2, even though your the file system '.*' is case sensitive. Now setting lower_case_table_names to 0 to avoid future problems./
)
{
next; # Skip these lines