1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Adding code to ignore warning from error log.

mysql-test/lib/mtr_report.pl:
  Filtering out benign warning that can be generated during server shutdown.
This commit is contained in:
unknown
2008-03-04 13:21:15 +01:00
parent 1de652acb2
commit adeac5cabe

View File

@ -279,6 +279,12 @@ sub mtr_report_stats ($) {
/Failed to open log/ or
/Failed to open the existing master info file/ or
/Forcing shutdown of [0-9]* plugins/ or
# Due to timing issues, it might be that this warning
# is printed when the server shuts down and the
# computer is loaded.
/Forcing close of thread \d+ user: '.*?'/ or
/Got error [0-9]* when reading table/ or
/Incorrect definition of table/ or
/Incorrect information in file/ or