mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output
The partitioning clause is only a very long single line, which is very hard to interpret for a human. This patch breaks the partitioning syntax into one line for the partitioning type, and one line per partition/subpartition. mysql-test/r/information_schema_part.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_archive.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_datatype.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_mgm.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_mgm_err.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_not_windows.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_range.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/r/partition_symlink.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/ndb/r/ndb_partition_key.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/ndb/r/ndb_partition_range.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/ndb_team/r/ndb_dd_backuprestore.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/inc/partition_directory.inc: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Changed partitioning clause format for verifying the new output format. mysql-test/suite/parts/r/ndb_dd_backuprestore.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/part_supported_sql_func_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/part_supported_sql_func_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/part_supported_sql_func_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_1_2_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_1_2_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_1_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_1_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_2_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter1_2_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter2_1_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter2_1_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter2_2_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter2_2_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter3_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter3_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter4_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_alter4_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_archive.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_blackhole.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_memory.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_auto_increment_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_basic_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_basic_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_basic_symlink_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_basic_symlink_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_bit_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_bit_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_bit_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_char_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_char_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_datetime_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_datetime_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_decimal_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_decimal_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_engine_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_engine_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_engine_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_float_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_float_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_int_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_int_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_int_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc0_archive.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc0_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc0_memory.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc0_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc0_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc1_archive.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc1_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc1_memory.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc1_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc1_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc2_archive.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc2_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc2_memory.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc2_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_mgm_lc2_ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_special_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_special_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_syntax_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/partition_syntax_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/parts/r/rpl_partition.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl/r/rpl_extraCol_innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl/r/rpl_extraCol_myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl/r/rpl_innodb_bug28430.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl/r/rpl_row_basic_8partition.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_2innodb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_2myisam.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_dd_partitions.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_extraCol.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Updated test result due to the new partitioning clause output format. mysql-test/t/partition.test: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Added small tests for for the new partitioning clause output format. mysql-test/t/partition_mgm.test: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Added small tests for for the new partitioning clause output format. sql/sql_partition.cc: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Changed formatting of the partitioning clause from single line into multiple indented lines sql/sql_show.cc: Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output Changed formatting of the partitioning clause from single line into multiple indented lines
This commit is contained in:
parent
c82ff58222
commit
bb1ad9ce08
93 changed files with 14427 additions and 2028 deletions
|
|
@ -72,7 +72,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY HASH (f_int1) PARTITIONS 2 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY HASH (f_int1)
|
||||
PARTITIONS 2 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -530,7 +532,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY KEY (f_int1) PARTITIONS 5 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY KEY (f_int1)
|
||||
PARTITIONS 5 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -1002,7 +1006,16 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (MOD(f_int1,4)) (PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM, PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM, PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM, PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM, PARTITION part0 VALUES IN (0) ENGINE = MyISAM, PARTITION part1 VALUES IN (1) ENGINE = MyISAM, PARTITION part2 VALUES IN (2) ENGINE = MyISAM, PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (MOD(f_int1,4))
|
||||
(PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM,
|
||||
PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM,
|
||||
PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM,
|
||||
PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM,
|
||||
PARTITION part0 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part1 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (2) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part0.MYD
|
||||
|
|
@ -1478,7 +1491,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM, PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM, PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM,
|
||||
PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM,
|
||||
PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta.MYD
|
||||
|
|
@ -1946,7 +1966,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1 DIV 2) SUBPARTITION BY HASH (f_int1) SUBPARTITIONS 2 (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1 DIV 2)
|
||||
SUBPARTITION BY HASH (f_int1)
|
||||
SUBPARTITIONS 2
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta#SP#partasp0.MYD
|
||||
|
|
@ -2424,7 +2451,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY KEY (f_int1) (PARTITION part1 VALUES LESS THAN (0) (SUBPARTITION subpart11 ENGINE = MyISAM, SUBPARTITION subpart12 ENGINE = MyISAM), PARTITION part2 VALUES LESS THAN (5) (SUBPARTITION subpart21 ENGINE = MyISAM, SUBPARTITION subpart22 ENGINE = MyISAM), PARTITION part3 VALUES LESS THAN (10) (SUBPARTITION subpart31 ENGINE = MyISAM, SUBPARTITION subpart32 ENGINE = MyISAM), PARTITION part4 VALUES LESS THAN (2147483646) (SUBPARTITION subpart41 ENGINE = MyISAM, SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY KEY (f_int1)
|
||||
(PARTITION part1 VALUES LESS THAN (0)
|
||||
(SUBPARTITION subpart11 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES LESS THAN (5)
|
||||
(SUBPARTITION subpart21 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES LESS THAN (10)
|
||||
(SUBPARTITION subpart31 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES LESS THAN (2147483646)
|
||||
(SUBPARTITION subpart41 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#subpart11.MYD
|
||||
|
|
@ -2904,7 +2945,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3))) SUBPARTITION BY HASH (f_int1 + 1) (PARTITION part1 VALUES IN (0) (SUBPARTITION sp11 ENGINE = MyISAM, SUBPARTITION sp12 ENGINE = MyISAM), PARTITION part2 VALUES IN (1) (SUBPARTITION sp21 ENGINE = MyISAM, SUBPARTITION sp22 ENGINE = MyISAM), PARTITION part3 VALUES IN (2) (SUBPARTITION sp31 ENGINE = MyISAM, SUBPARTITION sp32 ENGINE = MyISAM), PARTITION part4 VALUES IN (NULL) (SUBPARTITION sp41 ENGINE = MyISAM, SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3)))
|
||||
SUBPARTITION BY HASH (f_int1 + 1)
|
||||
(PARTITION part1 VALUES IN (0)
|
||||
(SUBPARTITION sp11 ENGINE = MyISAM,
|
||||
SUBPARTITION sp12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES IN (1)
|
||||
(SUBPARTITION sp21 ENGINE = MyISAM,
|
||||
SUBPARTITION sp22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES IN (2)
|
||||
(SUBPARTITION sp31 ENGINE = MyISAM,
|
||||
SUBPARTITION sp32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES IN (NULL)
|
||||
(SUBPARTITION sp41 ENGINE = MyISAM,
|
||||
SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#sp11.MYD
|
||||
|
|
@ -3378,7 +3433,13 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2))) SUBPARTITION BY KEY (f_int1) SUBPARTITIONS 3 (PARTITION part1 VALUES IN (0) ENGINE = MyISAM, PARTITION part2 VALUES IN (1) ENGINE = MyISAM, PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2)))
|
||||
SUBPARTITION BY KEY (f_int1)
|
||||
SUBPARTITIONS 3
|
||||
(PARTITION part1 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#part1sp0.MYD
|
||||
|
|
@ -3852,7 +3913,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY HASH (f_int1 + f_int2) PARTITIONS 2 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY HASH (f_int1 + f_int2)
|
||||
PARTITIONS 2 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -4310,7 +4373,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY KEY (f_int1,f_int2) PARTITIONS 5 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY KEY (f_int1,f_int2)
|
||||
PARTITIONS 5 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -4782,7 +4847,16 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (MOD(f_int1 + f_int2,4)) (PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM, PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM, PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM, PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM, PARTITION part0 VALUES IN (0) ENGINE = MyISAM, PARTITION part1 VALUES IN (1) ENGINE = MyISAM, PARTITION part2 VALUES IN (2) ENGINE = MyISAM, PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (MOD(f_int1 + f_int2,4))
|
||||
(PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM,
|
||||
PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM,
|
||||
PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM,
|
||||
PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM,
|
||||
PARTITION part0 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part1 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (2) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part0.MYD
|
||||
|
|
@ -5258,7 +5332,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE ((f_int1 + f_int2) DIV 2) (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM, PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM, PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE ((f_int1 + f_int2) DIV 2)
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM,
|
||||
PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM,
|
||||
PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta.MYD
|
||||
|
|
@ -5726,7 +5807,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY HASH (f_int2) SUBPARTITIONS 2 (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY HASH (f_int2)
|
||||
SUBPARTITIONS 2
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta#SP#partasp0.MYD
|
||||
|
|
@ -6202,7 +6290,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY KEY (f_int2) (PARTITION part1 VALUES LESS THAN (0) (SUBPARTITION subpart11 ENGINE = MyISAM, SUBPARTITION subpart12 ENGINE = MyISAM), PARTITION part2 VALUES LESS THAN (5) (SUBPARTITION subpart21 ENGINE = MyISAM, SUBPARTITION subpart22 ENGINE = MyISAM), PARTITION part3 VALUES LESS THAN (10) (SUBPARTITION subpart31 ENGINE = MyISAM, SUBPARTITION subpart32 ENGINE = MyISAM), PARTITION part4 VALUES LESS THAN (2147483646) (SUBPARTITION subpart41 ENGINE = MyISAM, SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY KEY (f_int2)
|
||||
(PARTITION part1 VALUES LESS THAN (0)
|
||||
(SUBPARTITION subpart11 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES LESS THAN (5)
|
||||
(SUBPARTITION subpart21 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES LESS THAN (10)
|
||||
(SUBPARTITION subpart31 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES LESS THAN (2147483646)
|
||||
(SUBPARTITION subpart41 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#subpart11.MYD
|
||||
|
|
@ -6678,7 +6780,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3))) SUBPARTITION BY HASH (f_int2 + 1) (PARTITION part1 VALUES IN (0) (SUBPARTITION sp11 ENGINE = MyISAM, SUBPARTITION sp12 ENGINE = MyISAM), PARTITION part2 VALUES IN (1) (SUBPARTITION sp21 ENGINE = MyISAM, SUBPARTITION sp22 ENGINE = MyISAM), PARTITION part3 VALUES IN (2) (SUBPARTITION sp31 ENGINE = MyISAM, SUBPARTITION sp32 ENGINE = MyISAM), PARTITION part4 VALUES IN (NULL) (SUBPARTITION sp41 ENGINE = MyISAM, SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3)))
|
||||
SUBPARTITION BY HASH (f_int2 + 1)
|
||||
(PARTITION part1 VALUES IN (0)
|
||||
(SUBPARTITION sp11 ENGINE = MyISAM,
|
||||
SUBPARTITION sp12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES IN (1)
|
||||
(SUBPARTITION sp21 ENGINE = MyISAM,
|
||||
SUBPARTITION sp22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES IN (2)
|
||||
(SUBPARTITION sp31 ENGINE = MyISAM,
|
||||
SUBPARTITION sp32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES IN (NULL)
|
||||
(SUBPARTITION sp41 ENGINE = MyISAM,
|
||||
SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#sp11.MYD
|
||||
|
|
@ -7152,7 +7268,13 @@ t1 CREATE TABLE `t1` (
|
|||
`f_char1` char(20) DEFAULT NULL,
|
||||
`f_char2` char(20) DEFAULT NULL,
|
||||
`f_charbig` varchar(1000) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2))) SUBPARTITION BY KEY (f_int2) SUBPARTITIONS 3 (PARTITION part1 VALUES IN (0) ENGINE = MyISAM, PARTITION part2 VALUES IN (1) ENGINE = MyISAM, PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2)))
|
||||
SUBPARTITION BY KEY (f_int2)
|
||||
SUBPARTITIONS 3
|
||||
(PARTITION part1 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#part1sp0.MYD
|
||||
|
|
@ -7632,7 +7754,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY HASH (f_int1) PARTITIONS 2 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY HASH (f_int1)
|
||||
PARTITIONS 2 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -8143,7 +8267,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY KEY (f_int1) PARTITIONS 5 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY KEY (f_int1)
|
||||
PARTITIONS 5 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -8668,7 +8794,16 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (MOD(f_int1,4)) (PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM, PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM, PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM, PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM, PARTITION part0 VALUES IN (0) ENGINE = MyISAM, PARTITION part1 VALUES IN (1) ENGINE = MyISAM, PARTITION part2 VALUES IN (2) ENGINE = MyISAM, PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (MOD(f_int1,4))
|
||||
(PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM,
|
||||
PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM,
|
||||
PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM,
|
||||
PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM,
|
||||
PARTITION part0 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part1 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (2) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part0.MYD
|
||||
|
|
@ -9197,7 +9332,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM, PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM, PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM,
|
||||
PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM,
|
||||
PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta.MYD
|
||||
|
|
@ -9718,7 +9860,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1 DIV 2) SUBPARTITION BY HASH (f_int1) SUBPARTITIONS 2 (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1 DIV 2)
|
||||
SUBPARTITION BY HASH (f_int1)
|
||||
SUBPARTITIONS 2
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta#SP#partasp0.MYD
|
||||
|
|
@ -10249,7 +10398,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY KEY (f_int1) (PARTITION part1 VALUES LESS THAN (0) (SUBPARTITION subpart11 ENGINE = MyISAM, SUBPARTITION subpart12 ENGINE = MyISAM), PARTITION part2 VALUES LESS THAN (5) (SUBPARTITION subpart21 ENGINE = MyISAM, SUBPARTITION subpart22 ENGINE = MyISAM), PARTITION part3 VALUES LESS THAN (10) (SUBPARTITION subpart31 ENGINE = MyISAM, SUBPARTITION subpart32 ENGINE = MyISAM), PARTITION part4 VALUES LESS THAN (2147483646) (SUBPARTITION subpart41 ENGINE = MyISAM, SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY KEY (f_int1)
|
||||
(PARTITION part1 VALUES LESS THAN (0)
|
||||
(SUBPARTITION subpart11 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES LESS THAN (5)
|
||||
(SUBPARTITION subpart21 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES LESS THAN (10)
|
||||
(SUBPARTITION subpart31 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES LESS THAN (2147483646)
|
||||
(SUBPARTITION subpart41 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#subpart11.MYD
|
||||
|
|
@ -10782,7 +10945,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3))) SUBPARTITION BY HASH (f_int1 + 1) (PARTITION part1 VALUES IN (0) (SUBPARTITION sp11 ENGINE = MyISAM, SUBPARTITION sp12 ENGINE = MyISAM), PARTITION part2 VALUES IN (1) (SUBPARTITION sp21 ENGINE = MyISAM, SUBPARTITION sp22 ENGINE = MyISAM), PARTITION part3 VALUES IN (2) (SUBPARTITION sp31 ENGINE = MyISAM, SUBPARTITION sp32 ENGINE = MyISAM), PARTITION part4 VALUES IN (NULL) (SUBPARTITION sp41 ENGINE = MyISAM, SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3)))
|
||||
SUBPARTITION BY HASH (f_int1 + 1)
|
||||
(PARTITION part1 VALUES IN (0)
|
||||
(SUBPARTITION sp11 ENGINE = MyISAM,
|
||||
SUBPARTITION sp12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES IN (1)
|
||||
(SUBPARTITION sp21 ENGINE = MyISAM,
|
||||
SUBPARTITION sp22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES IN (2)
|
||||
(SUBPARTITION sp31 ENGINE = MyISAM,
|
||||
SUBPARTITION sp32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES IN (NULL)
|
||||
(SUBPARTITION sp41 ENGINE = MyISAM,
|
||||
SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#sp11.MYD
|
||||
|
|
@ -11309,7 +11486,13 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2))) SUBPARTITION BY KEY (f_int1) SUBPARTITIONS 3 (PARTITION part1 VALUES IN (0) ENGINE = MyISAM, PARTITION part2 VALUES IN (1) ENGINE = MyISAM, PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2)))
|
||||
SUBPARTITION BY KEY (f_int1)
|
||||
SUBPARTITIONS 3
|
||||
(PARTITION part1 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#part1sp0.MYD
|
||||
|
|
@ -11840,7 +12023,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY HASH (f_int1 + f_int2) PARTITIONS 2 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY HASH (f_int1 + f_int2)
|
||||
PARTITIONS 2 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -12351,7 +12536,9 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY KEY (f_int1,f_int2) PARTITIONS 5 */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY KEY (f_int1,f_int2)
|
||||
PARTITIONS 5 */
|
||||
|
||||
unified filelist
|
||||
t1#P#p0.MYD
|
||||
|
|
@ -12876,7 +13063,16 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (MOD(f_int1 + f_int2,4)) (PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM, PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM, PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM, PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM, PARTITION part0 VALUES IN (0) ENGINE = MyISAM, PARTITION part1 VALUES IN (1) ENGINE = MyISAM, PARTITION part2 VALUES IN (2) ENGINE = MyISAM, PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (MOD(f_int1 + f_int2,4))
|
||||
(PARTITION part_3 VALUES IN (-3) ENGINE = MyISAM,
|
||||
PARTITION part_2 VALUES IN (-2) ENGINE = MyISAM,
|
||||
PARTITION part_1 VALUES IN (-1) ENGINE = MyISAM,
|
||||
PARTITION part_N VALUES IN (NULL) ENGINE = MyISAM,
|
||||
PARTITION part0 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part1 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (2) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (3) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part0.MYD
|
||||
|
|
@ -13405,7 +13601,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE ((f_int1 + f_int2) DIV 2) (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM, PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM, PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE ((f_int1 + f_int2) DIV 2)
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (15) ENGINE = MyISAM,
|
||||
PARTITION parte VALUES LESS THAN (20) ENGINE = MyISAM,
|
||||
PARTITION partf VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta.MYD
|
||||
|
|
@ -13926,7 +14129,14 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY HASH (f_int2) SUBPARTITIONS 2 (PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM, PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM, PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM, PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY HASH (f_int2)
|
||||
SUBPARTITIONS 2
|
||||
(PARTITION parta VALUES LESS THAN (0) ENGINE = MyISAM,
|
||||
PARTITION partb VALUES LESS THAN (5) ENGINE = MyISAM,
|
||||
PARTITION partc VALUES LESS THAN (10) ENGINE = MyISAM,
|
||||
PARTITION partd VALUES LESS THAN (2147483646) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#parta#SP#partasp0.MYD
|
||||
|
|
@ -14455,7 +14665,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY RANGE (f_int1) SUBPARTITION BY KEY (f_int2) (PARTITION part1 VALUES LESS THAN (0) (SUBPARTITION subpart11 ENGINE = MyISAM, SUBPARTITION subpart12 ENGINE = MyISAM), PARTITION part2 VALUES LESS THAN (5) (SUBPARTITION subpart21 ENGINE = MyISAM, SUBPARTITION subpart22 ENGINE = MyISAM), PARTITION part3 VALUES LESS THAN (10) (SUBPARTITION subpart31 ENGINE = MyISAM, SUBPARTITION subpart32 ENGINE = MyISAM), PARTITION part4 VALUES LESS THAN (2147483646) (SUBPARTITION subpart41 ENGINE = MyISAM, SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY RANGE (f_int1)
|
||||
SUBPARTITION BY KEY (f_int2)
|
||||
(PARTITION part1 VALUES LESS THAN (0)
|
||||
(SUBPARTITION subpart11 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES LESS THAN (5)
|
||||
(SUBPARTITION subpart21 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES LESS THAN (10)
|
||||
(SUBPARTITION subpart31 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES LESS THAN (2147483646)
|
||||
(SUBPARTITION subpart41 ENGINE = MyISAM,
|
||||
SUBPARTITION subpart42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#subpart11.MYD
|
||||
|
|
@ -14984,7 +15208,21 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3))) SUBPARTITION BY HASH (f_int2 + 1) (PARTITION part1 VALUES IN (0) (SUBPARTITION sp11 ENGINE = MyISAM, SUBPARTITION sp12 ENGINE = MyISAM), PARTITION part2 VALUES IN (1) (SUBPARTITION sp21 ENGINE = MyISAM, SUBPARTITION sp22 ENGINE = MyISAM), PARTITION part3 VALUES IN (2) (SUBPARTITION sp31 ENGINE = MyISAM, SUBPARTITION sp32 ENGINE = MyISAM), PARTITION part4 VALUES IN (NULL) (SUBPARTITION sp41 ENGINE = MyISAM, SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,3)))
|
||||
SUBPARTITION BY HASH (f_int2 + 1)
|
||||
(PARTITION part1 VALUES IN (0)
|
||||
(SUBPARTITION sp11 ENGINE = MyISAM,
|
||||
SUBPARTITION sp12 ENGINE = MyISAM),
|
||||
PARTITION part2 VALUES IN (1)
|
||||
(SUBPARTITION sp21 ENGINE = MyISAM,
|
||||
SUBPARTITION sp22 ENGINE = MyISAM),
|
||||
PARTITION part3 VALUES IN (2)
|
||||
(SUBPARTITION sp31 ENGINE = MyISAM,
|
||||
SUBPARTITION sp32 ENGINE = MyISAM),
|
||||
PARTITION part4 VALUES IN (NULL)
|
||||
(SUBPARTITION sp41 ENGINE = MyISAM,
|
||||
SUBPARTITION sp42 ENGINE = MyISAM)) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#sp11.MYD
|
||||
|
|
@ -15511,7 +15749,13 @@ t1 CREATE TABLE `t1` (
|
|||
`f_charbig` varchar(1000) DEFAULT NULL,
|
||||
UNIQUE KEY `uidx1` (`f_int1`,`f_int2`),
|
||||
UNIQUE KEY `uidx2` (`f_int2`,`f_int1`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 /*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2))) SUBPARTITION BY KEY (f_int2) SUBPARTITIONS 3 (PARTITION part1 VALUES IN (0) ENGINE = MyISAM, PARTITION part2 VALUES IN (1) ENGINE = MyISAM, PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY LIST (ABS(MOD(f_int1,2)))
|
||||
SUBPARTITION BY KEY (f_int2)
|
||||
SUBPARTITIONS 3
|
||||
(PARTITION part1 VALUES IN (0) ENGINE = MyISAM,
|
||||
PARTITION part2 VALUES IN (1) ENGINE = MyISAM,
|
||||
PARTITION part3 VALUES IN (NULL) ENGINE = MyISAM) */
|
||||
|
||||
unified filelist
|
||||
t1#P#part1#SP#part1sp0.MYD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue