From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- mysql-test/suite/parts/t/debug_innodb_crash.test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mysql-test/suite/parts/t/debug_innodb_crash.test (limited to 'mysql-test/suite/parts/t/debug_innodb_crash.test') diff --git a/mysql-test/suite/parts/t/debug_innodb_crash.test b/mysql-test/suite/parts/t/debug_innodb_crash.test new file mode 100644 index 00000000..e06b3c3b --- /dev/null +++ b/mysql-test/suite/parts/t/debug_innodb_crash.test @@ -0,0 +1,22 @@ +# Partitioning test that require debug features and InnoDB + +--source include/have_debug.inc +--source include/have_innodb.inc +--source include/have_partition.inc +--source include/not_valgrind.inc +--source include/not_embedded.inc + +# Checking with #innodb what this is... +call mtr.add_suppression("InnoDB: Warning: allocated tablespace .*, old maximum was"); +# If there is a crash or failure between the ddl_log is written and the +# operation is completed, mysql will try to drop a not yet created partition +call mtr.add_suppression("table .* does not exist in the InnoDB internal"); +call mtr.add_suppression("InnoDB: Warning: MySQL is trying to drop table "); + +--let $DATADIR= `SELECT @@datadir;` + +let $engine= 'InnoDB'; + +--echo # Test crash recovery in fast_alter_partition_table. +let $do_crash=1; +--source suite/parts/inc/partition_mgm_crash.inc -- cgit v1.2.3