mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-22955 innodb.innodb-alter fails in buildbot with extra warning
add 10.5-specific global suppression. the extra warning is gone in 10.6
This commit is contained in:
@ -4518,6 +4518,9 @@ sub extract_warning_lines ($$) {
|
||||
qr/sql_type\.cc.* runtime error: member call.*object.* 'Type_collection'/,
|
||||
);
|
||||
|
||||
push @antipatterns, qr/though there are still open handles to table/
|
||||
if $mysql_version_id < 100600;
|
||||
|
||||
my $matched_lines= [];
|
||||
LINE: foreach my $line ( @lines )
|
||||
{
|
||||
|
Reference in New Issue
Block a user