Commit 10a21ed0 authored by unknown's avatar unknown

mtr_report.pl:

  Add another exception to the acceptable mysqld errors, for test case for bug 28436


mysql-test/lib/mtr_report.pl:
  Add another exception to the acceptable mysqld errors, for test case for bug 28436
parent 12ffd574
...@@ -358,7 +358,11 @@ sub mtr_report_stats ($) { ...@@ -358,7 +358,11 @@ sub mtr_report_stats ($) {
/lower_case_table_names is set/ or /lower_case_table_names is set/ or
/skip-name-resolve mode/ or /skip-name-resolve mode/ or
/slave SQL thread aborted/ or /slave SQL thread aborted/ or
/Slave: .*Duplicate entry/ /Slave: .*Duplicate entry/ or
# Special case, made as specific as possible, for:
# Bug #28436: Incorrect position in SHOW BINLOG EVENTS causes
# server coredump
/\QError in Log_event::read_log_event(): 'Sanity check failed', data_len: 258, event_type: 49\E/
) )
{ {
next; # Skip these lines next; # Skip these lines
......
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