mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01: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:
parent
2fcf2ec229
commit
faf686db9e
1 changed files with 3 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue