blob: d4b9a5871d9e87bef11f8eebee21206327aa4bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Partitioning test that require debug features
# including crashing tests.
--source include/have_debug.inc
--source include/have_partition.inc
--source include/not_embedded.inc
--let $DATADIR= `SELECT @@datadir;`
let $engine= 'MyISAM';
--echo # Test failures in fast_alter_partition_table.
let $do_fail=1;
--source suite/parts/inc/partition_mgm_crash.inc
|