1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-22742 fixup: Remove a suppression

This commit is contained in:
Marko Mäkelä
2024-03-26 10:47:50 +02:00
parent 9b7c2c6b00
commit 17573166c4

View File

@ -4472,8 +4472,6 @@ sub extract_warning_lines ($$) {
qr/Dump thread [0-9]+ last sent to server [0-9]+ binlog file:pos .+/, qr/Dump thread [0-9]+ last sent to server [0-9]+ binlog file:pos .+/,
qr/Detected table cache mutex contention at instance .* waits. Additional table cache instance cannot be activated: consider raising table_open_cache_instances. Number of active instances/, qr/Detected table cache mutex contention at instance .* waits. Additional table cache instance cannot be activated: consider raising table_open_cache_instances. Number of active instances/,
# for UBSAN
qr/decimal\.c.*: runtime error: signed integer overflow/,
# Disable test for UBSAN on dynamically loaded objects # Disable test for UBSAN on dynamically loaded objects
qr/runtime error: member call.*object.*'Handler_share'/, qr/runtime error: member call.*object.*'Handler_share'/,
qr/sql_type\.cc.* runtime error: member call.*object.* 'Type_collection'/, qr/sql_type\.cc.* runtime error: member call.*object.* 'Type_collection'/,