Fixed a wrong regexp in mysql-test-run.

This commit is contained in:
unknown 2007-11-14 17:10:01 +02:00
parent 94078aa928
commit 59d0d43e3a

View File

@ -312,9 +312,9 @@ sub mtr_report_stats ($) {
/Slave SQL:.*(?:Error_code: \d+|Query:.*)/ or /Slave SQL:.*(?:Error_code: \d+|Query:.*)/ or
/Sort aborted/ or /Sort aborted/ or
/Time-out in NDB/ or /Time-out in NDB/ or
/Warning:\s+One can only use the --user.*root/ or /One can only use the --user.*root/ or
/Warning:\s+Setting lower_case_table_names=2/ or /Setting lower_case_table_names=2/ or
/Warning:\s+Table:.* on (delete|rename)/ or /Table:.* on (delete|rename)/ or
/You have an error in your SQL syntax/ or /You have an error in your SQL syntax/ or
/deprecated/ or /deprecated/ or
/description of time zone/ or /description of time zone/ or