mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -4489,6 +4489,14 @@ sub extract_warning_lines ($$) {
|
||||
qr/Slave I\/0: Master command COM_BINLOG_DUMP failed/,
|
||||
qr/Error reading packet/,
|
||||
qr/Lost connection to MariaDB server at 'reading initial communication packet'/,
|
||||
qr/Could not read packet:.* state: [2-3] /,
|
||||
qr/Could not read packet:.* errno: 104 /,
|
||||
qr/Could not read packet:.* errno: 0 .* length: 0/,
|
||||
qr/Could not write packet:.* errno: 32 /,
|
||||
qr/Could not write packet:.* errno: 104 /,
|
||||
qr/Semisync ack receiver got error 1158/,
|
||||
qr/Semisync ack receiver got hangup/,
|
||||
qr/Connection was killed/,
|
||||
qr/Failed on request_dump/,
|
||||
qr/Slave: Can't drop database.* database doesn't exist/,
|
||||
qr/Slave: Operation DROP USER failed for 'create_rout_db'/,
|
||||
@@ -4544,6 +4552,7 @@ sub extract_warning_lines ($$) {
|
||||
qr/WSREP: Failed to guess base node address/,
|
||||
qr/WSREP: Guessing address for incoming client/,
|
||||
|
||||
qr/InnoDB: Difficult to find free blocks in the buffer pool*/,
|
||||
# for UBSAN
|
||||
qr/decimal\.c.*: runtime error: signed integer overflow/,
|
||||
# Disable test for UBSAN on dynamically loaded objects
|
||||
|
Reference in New Issue
Block a user