Commit 9f59c098 authored by unknown's avatar unknown

Fixed mysql test warnings filter according to new message.

parent 98fd06a2
...@@ -388,7 +388,7 @@ sub mtr_report_stats ($) { ...@@ -388,7 +388,7 @@ sub mtr_report_stats ($) {
(/Slave: Can\'t find record in \'user\' Error_code: 1032/ (/Slave: Can\'t find record in \'user\' Error_code: 1032/
)) or )) or
# maria-recovery.test has warning about missing log file # maria-recovery.test has warning about missing log file
/Can't get stat of '.*maria_log.00/ or /File '.*maria_log.000.*' not found \(Errcode: 2\)/ or
# and about marked-corrupted table # and about marked-corrupted table
/Table '.\/mysqltest\/t1' is crashed, skipping it. Please repair it with maria_chk -r/ /Table '.\/mysqltest\/t1' is crashed, skipping it. Please repair it with maria_chk -r/
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment