~vadim-tk/percona-server/percona-galera-5.1.57

« back to all changes in this revision

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

  • Committer: root
  • Date: 2011-07-10 16:09:24 UTC
  • Revision ID: root@r815.office.percona.com-20110710160924-fyffqsbaclgu6vui
Initial port

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# t/partition_mgm_lc0_archive.test                                             #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#  Test of partitioning management functions (incl upper/lower case names):    #
 
6
#        Archive branch + lower_case_table_names = 0                           #
 
7
#        (usually Unix like, apart from Mac OS X)                              #
 
8
#        Also requires lower_case_file_system OFF                              #
 
9
#                                                                              #
 
10
#------------------------------------------------------------------------------#
 
11
# Original Author: mattiasj                                                    #
 
12
# Original Date: 2008-06-27                                                    #
 
13
################################################################################
 
14
 
 
15
# The server must support partitioning.
 
16
--source include/have_partition.inc
 
17
 
 
18
#
 
19
# NOTE: PLEASE DO NOT ADD NOT INNODB SPECIFIC TESTCASES HERE !
 
20
#       TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
 
21
#       THE SOURCED FILES ONLY.
 
22
#
 
23
# Please read the README at the end of inc/partition.pre before changing
 
24
# any of the variables.
 
25
#
 
26
 
 
27
#------------------------------------------------------------------------------#
 
28
# General not engine specific settings and requirements
 
29
--source include/have_lowercase0.inc
 
30
--source include/have_case_sensitive_file_system.inc
 
31
 
 
32
#------------------------------------------------------------------------------#
 
33
# Engine specific settings and requirements
 
34
 
 
35
##### Storage engine to be tested
 
36
--source include/have_archive.inc
 
37
let $engine= 'Archive';
 
38
 
 
39
#------------------------------------------------------------------------------#
 
40
# Execute the tests to be applied to all storage engines
 
41
--source suite/parts/inc/partition_mgm.inc