1# Partitioning test that require debug features and InnoDB
2
3--source include/have_debug.inc
4--source include/have_innodb.inc
5--source include/have_partition.inc
6--source include/not_valgrind.inc
7--source include/not_embedded.inc
8
9# Checking with #innodb what this is...
10call mtr.add_suppression("InnoDB: Warning: allocated tablespace .*, old maximum was");
11# If there is a crash or failure between the ddl_log is written and the
12# operation is completed, mysql will try to drop a not yet created partition
13call mtr.add_suppression("table .* does not exist in the InnoDB internal");
14call mtr.add_suppression("InnoDB: Warning: MySQL is trying to drop table ");
15
16--let $DATADIR= `SELECT @@datadir;`
17
18let $engine= 'InnoDB';
19
20--echo # Test crash recovery in fast_alter_partition_table.
21let $do_crash=1;
22--source suite/parts/inc/partition_mgm_crash.inc
23