mtr_report.pl:

  Ignore warning about file name
  having question marks.
parent 674675a7
...@@ -359,6 +359,10 @@ sub mtr_report_stats ($) { ...@@ -359,6 +359,10 @@ sub mtr_report_stats ($) {
/skip-name-resolve mode/ or /skip-name-resolve mode/ or
/slave SQL thread aborted/ or /slave SQL thread aborted/ or
/Slave: .*Duplicate entry/ or /Slave: .*Duplicate entry/ or
# Special case for Bug #26402 in show_check.test
# Question marks are not valid file name parts
# on Windows platforms. Ignore this error message.
/\QCan't find file: '.\test\????????.frm'\E/ or
# Special case, made as specific as possible, for: # Special case, made as specific as possible, for:
# Bug #28436: Incorrect position in SHOW BINLOG EVENTS causes # Bug #28436: Incorrect position in SHOW BINLOG EVENTS causes
# server coredump # server coredump
......
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