summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/debug_innodb_fail.test
blob: d0e827a3fc60263849cbfcf6911e02c7034b3e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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_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 failure recovery in fast_alter_partition_table.
let $do_fail=1;
--source suite/parts/inc/partition_mgm_crash.inc