summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_parts/t/partition_max_sub_parts_list_tokudb.test
blob: a4258c93dc8707e39594378fd505885344923ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
################################################################################
#                                                                              #
# Purpose:                                                                     #
#  Tests around number of partitions                                           #
#------------------------------------------------------------------------------#
# Original Author: Horst Hunger                                                #
# Original Date: 2012-08-30                                                    #
# Change Author:                                                               #
# Change Date:                                                                 #
# Change:                                                                      #
################################################################################

# General not engine specific settings and requirements

# The server must support partitioning.
--source include/have_partition.inc

#------------------------------------------------------------------------------#
# Engine specific settings and requirements
--source include/have_tokudb.inc

##### Storage engine to be tested
let $engine= 'TokuDB';

#SET @save_tokudb_file_per_table= @@global.tokudb_file_per_table;
#SET @@global.tokudb_file_per_table= OFF;

--source suite/parts/inc/partition_max_sub_parts_list.inc

#SET @@global.tokudb_file_per_table= @save_tokudb_file_per_table;