1
################################################################################
2
# t/partition_char_innodb.test #
5
# Tests around character types #
8
#------------------------------------------------------------------------------#
9
# Original Author: HH #
10
# Original Date: 2006-08-01 #
14
################################################################################
17
# NOTE: PLEASE DO NOT ADD NOT INNODB SPECIFIC TESTCASES HERE !
18
# TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
19
# THE SOURCED FILES ONLY.
21
# Please read the README at the end of inc/partition.pre before changing
22
# any of the variables.
25
#------------------------------------------------------------------------------#
26
# General not engine specific settings and requirements
28
##### Options, for debugging support #####
31
# The server must support partitioning.
32
--source include/have_partition.inc
34
#------------------------------------------------------------------------------#
35
# Engine specific settings and requirements
37
##### Storage engine to be tested
38
--source include/have_innodb.inc
39
let $engine= 'InnoDB';
41
##### max rows to be inserted
44
#------------------------------------------------------------------------------#
45
# Execute the tests to be applied to all storage engines
46
--source suite/parts/inc/partition_char.inc
47
--source suite/parts/inc/partition_binary.inc
48
--source suite/parts/inc/partition_varchar.inc
49
--source suite/parts/inc/partition_varbinary.inc
50
--source suite/parts/inc/partition_enum.inc
51
--source suite/parts/inc/partition_set.inc
52
--source suite/parts/inc/partition_blob.inc
53
--source suite/parts/inc/partition_text.inc