mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / parts / t / partition_mgm_lc1_ndb.test
bloba70b9b5c41c255aec1be0158bc262ac13eeb3162
1 ################################################################################
2 # t/partition_mgm_lc1_ndb.test                                                 #
3 #                                                                              #
4 # Purpose:                                                                     #
5 #  Test of partitioning management functions (incl upper/lower case names):    #
6 #        NDB branch + lower_case_table_names = 1 (usually Windows)             #
7 #                                                                              #
8 #------------------------------------------------------------------------------#
9 # Original Author: mattiasj                                                    #
10 # Original Date: 2008-06-27                                                    #
11 ################################################################################
13 # The server must support partitioning.
14 --source include/have_partition.inc
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
27 --source include/have_lowercase1.inc
29 #------------------------------------------------------------------------------#
30 # Engine specific settings and requirements
31 let $have_bug33158= 1;
33 ##### Storage engine to be tested
34 --source include/have_ndb.inc
35 connection default;
36 # Use either $can_only_key or new=on option to run test.
37 let $can_only_key= 1;
38 # Allow hash/list/range partitioning with ndb
39 #SET new=on;
40 let $engine= 'NDBCluster';
42 #------------------------------------------------------------------------------#
43 # Execute the tests to be applied to all storage engines
44 --source suite/parts/inc/partition_mgm.inc