-
Notifications
You must be signed in to change notification settings - Fork 4k
/
Copy pathpartition_max_parts_range_innodb.test
25 lines (20 loc) · 1.31 KB
/
partition_max_parts_range_innodb.test
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
################################################################################
# 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
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
call mtr.add_suppression("A long semaphore wait");
call mtr.add_suppression("Could not increase number of max_open_files");
##### Storage engine to be tested
let $engine= 'InnoDB';
##### Number of files the storage engine will need to create partitions.
let $mysql_needed_max_files=8192;
--source suite/max_parts/inc/partition_max_parts_range.inc