~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to mysql-test/suite/partitions/t/partition_supported_sql_func_innodb.test

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# t/partition_supported_sql_funcs_innodb.test                                  #
3
3
#                                                                              #
4
4
# Purpose:                                                                     #
5
 
#  Tests around sql functions                                                  #
6
 
#        INNODB branch                                                         #
 
5
#  Tests which SQL functions are allowed in partinioning clauses with          #
 
6
#  INNODB.                                                                     #
7
7
#                                                                              #
8
8
#------------------------------------------------------------------------------#
9
9
# Original Author: HH                                                          #
18
18
#       TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
19
19
#       THE SOURCED FILES ONLY.
20
20
#
21
 
# Please read the README at the end of include/partition.pre before changing
22
 
# any of the variables.
23
 
#
24
 
 
25
21
#------------------------------------------------------------------------------#
26
22
# General not engine specific settings and requirements
27
23
 
28
24
##### Options, for debugging support #####
29
25
let $debug= 0;
30
 
let $do_long_tests= 0;
 
26
let $do_long_tests= 1;
31
27
 
32
28
# The server must support partitioning.
33
29
--source include/have_partition.inc