Skip to content
Permalink
Browse files
MDEV-29710: Disable innodb.table_flags under Valgrind
  • Loading branch information
dr-m committed Oct 5, 2022
1 parent 1562b2c commit c64e2d6
Showing 1 changed file with 6 additions and 0 deletions.
@@ -2,6 +2,12 @@
# Embedded server tests do not support restarting
--source include/not_embedded.inc
--source include/maybe_debug.inc
# Slow shutdown may take more than 120 seconds under Valgrind,
# causing the server to be (silently) killed.
# Due to that, crash recovery could "heal" the damage that our
# Perl code is inflicting, and the SELECT statements could succeed
# instead of failing with ER_NO_SUCH_TABLE_IN_ENGINE.
--source include/not_valgrind.inc

--disable_query_log
call mtr.add_suppression("InnoDB: Table `mysql`\\.`innodb_table_stats` not found");

0 comments on commit c64e2d6

Please sign in to comment.