mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
18 lines
459 B
Text
18 lines
459 B
Text
# Partitioning test that require debug features
|
|
# including crashing tests.
|
|
|
|
--source include/have_debug.inc
|
|
--source include/have_partition.inc
|
|
--source include/not_valgrind.inc
|
|
--source include/not_embedded.inc
|
|
|
|
--disable_warnings
|
|
DROP TABLE IF EXISTS t1;
|
|
--enable_warnings
|
|
|
|
--let $DATADIR= `SELECT @@datadir;`
|
|
|
|
let $engine= 'MyISAM';
|
|
|
|
--echo # Test crash and failure recovery in fast_alter_partition_table.
|
|
--source suite/parts/inc/partition_mgm_crash.inc
|