mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / parts / t / part_blocked_sql_func_innodb.test
blob12f5aabf59f7871838aa53ce915169bd25619fc1
1 ################################################################################
2 # t/partition_blocked_sql_funcs_innodb.test                                    #
3 #                                                                              #
4 # Purpose:                                                                     #
5 #  Tests around sql functions                                                  #
6 #        INNODB branch                                                         #
7 #                                                                              #
8 #------------------------------------------------------------------------------#
9 # Original Author: HH                                                          #
10 # Original Date: 2006-11-23                                                    #
11 # Change Author:                                                               #
12 # Change Date:                                                                 #
13 # Change:                                                                      #
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 #####
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 --source include/have_innodb.inc
39 let $engine= 'INNODB';
41 #------------------------------------------------------------------------------#
42 --source suite/parts/inc/part_blocked_sql_funcs_main.inc