1
######## t/ddl_archive.test ######
3
# Stress the storage engine ARCHIVE with CREATE/DROP TABLE/INDEX
5
# Please look for details within include/ddl1.inc.
7
# Creation of this test:
11
# Storage engine to be used in CREATE TABLE
12
--source include/have_archive.inc
13
let $engine_type= ARCHIVE;
16
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
18
--skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
20
let $run= `SELECT '$BIG_TEST' = '1'`;
23
# A run started with "--big-test" should be allowed to consume more time.
24
# Rough intended runtime per subtest variant in seconds
26
# number of rounds till we look at the clock again
36
##### Some preparations needed for the ddl*.inc scripts
37
--source suite/stress/include/ddl.pre
39
# Tests set to comment fail because of CSV limitations
40
# (limited number of keys, NULL within index not supported)
41
# --source suite/stress/include/ddl1.inc
42
--source suite/stress/include/ddl2.inc
43
--source suite/stress/include/ddl3.inc
44
# --source suite/stress/include/ddl4.inc
45
--source suite/stress/include/ddl5.inc
46
# --source suite/stress/include/ddl6.inc
47
# --source suite/stress/include/ddl7.inc
48
# --source suite/stress/include/ddl8.inc
51
--source suite/stress/include/ddl.cln