Commit faf686db authored by Sergei Golubchik's avatar Sergei Golubchik

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
parent 2fcf2ec2
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment