################################################################################ # 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_innodb.inc ##### Storage engine to be tested let $engine= 'InnoDB'; #SET @save_innodb_file_per_table= @@global.innodb_file_per_table; #SET @@global.innodb_file_per_table= OFF; --source suite/parts/inc/partition_max_sub_parts_range.inc #SET @@global.innodb_file_per_table= @save_innodb_file_per_table;