mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / parts / t / partition_int_myisam.test
blobb0ede4995e8810d0c270d68d512d76b4aa539330
1 ################################################################################
2 # t/partition_int_myisam.test                                                  #
3 #                                                                              #
4 # Purpose:                                                                     #
5 #  Tests around integer type                                                   #
6 #        MyISAM branch                                                         #
7 #                                                                              #
8 #------------------------------------------------------------------------------#
9 # Original Author: HH                                                          #
10 # Original Date: 2006-08-01                                                    #
11 # Change Author:                                                               #
12 # Change Date:                                                                 #
13 # Change:                                                                      #
14 ################################################################################
17 # NOTE: PLEASE DO NOT ADD NOT MYISAM 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 #####
29 let $debug= 0;
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 let $engine= 'MYISAM';
39 ##### number of rows to be inserted
40 let $maxrows=65535;
42 #------------------------------------------------------------------------------#
43 # Execute the tests to be applied to all storage engines
44 --source suite/parts/inc/partition_tinyint.inc
45 --source suite/parts/inc/partition_smallint.inc
46 --source suite/parts/inc/partition_int.inc
47 --source suite/parts/inc/partition_mediumint.inc
48 --source suite/parts/inc/partition_bigint.inc