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