mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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
This commit is contained in:
parent
12ffd574b9
commit
10a21ed042
1 changed files with 5 additions and 1 deletions
|
@ -358,7 +358,11 @@ sub mtr_report_stats ($) {
|
|||
/lower_case_table_names is set/ or
|
||||
/skip-name-resolve mode/ 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
|
||||
|
|
Loading…
Reference in a new issue