~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# t/partition_mgm_lc1_innodb.test                                              #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Test of partitioning management functions (incl upper/lower case names):    #
 
6
#        InnoDB branch + lower_case_table_names = 1 (usually Windows)          #
 
7
#                                                                              #
 
8
#------------------------------------------------------------------------------#
 
9
# Original Author: mattiasj                                                    #
 
10
# Original Date: 2008-06-27                                                    #
 
11
################################################################################
 
12
 
 
13
# The server must support partitioning.
 
14
--source include/have_partition.inc
 
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
# Please read the README at the end of inc/partition.pre before changing
 
22
# any of the variables.
 
23
#
 
24
 
 
25
#------------------------------------------------------------------------------#
 
26
# General not engine specific settings and requirements
 
27
--source include/have_lowercase1.inc
 
28
 
 
29
#------------------------------------------------------------------------------#
 
30
# Engine specific settings and requirements
 
31
 
 
32
##### Storage engine to be tested
 
33
--source include/have_innodb.inc
 
34
let $engine= 'InnoDB';
 
35
 
 
36
#------------------------------------------------------------------------------#
 
37
# Execute the tests to be applied to all storage engines
 
38
--source suite/parts/inc/partition_mgm.inc