mtr_report.pl:
Add another exception to the acceptable mysqld errors, for test case for bug 28436
This commit is contained in:
parent
60f6e71ef8
commit
13adcedc90
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user