Skip to content

Commit

Permalink
MDEV-22955 innodb.innodb-alter fails in buildbot with extra warning
Browse files Browse the repository at this point in the history
add 10.5-specific global suppression.
the extra warning is gone in 10.6
  • Loading branch information
vuvova committed Mar 28, 2024
1 parent e1876e7 commit 45a289d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/mysql-test-run.pl
Expand Up @@ -4518,6 +4518,9 @@ ($$)
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 )
{
Expand Down

0 comments on commit 45a289d

Please sign in to comment.