~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
#                                                                              #
 
3
# Purpose:                                                                     #
 
4
#  Tests around number of partitions                                           #
 
5
#------------------------------------------------------------------------------#
 
6
# Original Author: Horst Hunger                                                #
 
7
# Original Date: 2012-08-30                                                    #
 
8
# Change Author:                                                               #
 
9
# Change Date:                                                                 #
 
10
# Change:                                                                      #
 
11
################################################################################
 
12
 
 
13
# General not engine specific settings and requirements
 
14
 
 
15
# The server must support partitioning.
 
16
--source include/have_partition.inc
 
17
 
 
18
#------------------------------------------------------------------------------#
 
19
# Engine specific settings and requirements
 
20
 
 
21
##### Storage engine to be tested
 
22
let $engine= 'MyISAM';
 
23
 
 
24
--source suite/parts/inc/partition_max_sub_parts_key_range.inc