~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/parts/t/part_supported_sql_func_innodb.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# t/part_supported_sql_funcs_innodb.test                                  #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Tests which SQL functions are allowed in partinioning clauses with          #
 
6
#  INNODB.                                                                     #
 
7
#                                                                              #
 
8
#------------------------------------------------------------------------------#
 
9
# Original Author: HH                                                          #
 
10
# Original Date: 2006-11-23                                                    #
 
11
# Change Author:                                                               #
 
12
# Change Date:                                                                 #
 
13
# Change:                                                                      #
 
14
################################################################################
 
15
 
 
16
#
 
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.
 
20
#
 
21
#------------------------------------------------------------------------------#
 
22
# General not engine specific settings and requirements
 
23
 
 
24
##### Options, for debugging support #####
 
25
let $debug= 0;
 
26
let $do_long_tests= 1;
 
27
 
 
28
# The server must support partitioning.
 
29
--source include/have_partition.inc
 
30
 
 
31
#------------------------------------------------------------------------------#
 
32
# Engine specific settings and requirements
 
33
 
 
34
##### Storage engine to be tested
 
35
#The server nust support the engine
 
36
--source include/have_innodb.inc
 
37
let $engine= 'INNODB';
 
38
 
 
39
#------------------------------------------------------------------------------#
 
40
--source suite/parts/inc/part_supported_sql_funcs_main.inc