mariadb/mysql-test/suite/parts/t
Igor Babaev 3bf08e549a Added two new flags for the optimizer switch:
'derived_merge':
  - if the flag is off then all derived tables are materialized
  - if the flag is on then mergeable derived tables are merged
'derived_with_keys':
  - if the flag is off then no keys are created for derived tables
  - if the flag is on then for any derived table a key to access 
    the derived table may be created.

Now by default both flags are on.
Later the default values for the flags will be off to comply with
the current behaviour of mysql-5.1. 

Uncommented previously commented out test case from parts.partition_repair_myisam
after having added an explicit requirement to materialize the derived
table used in the test case.
2011-06-05 21:54:25 -07:00
..
disabled.def Fix for Bug#40904 20 tests in 5.1 are disabled in a bad manner 2008-12-08 15:36:42 +01:00
ndb_dd_backuprestore.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
optimizer.test Fixed warnings and build failures after last push 2010-08-02 19:39:45 +03:00
part_blocked_sql_func_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
part_blocked_sql_func_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
part_supported_sql_func_innodb.test Adding support for Dynamic columns (WL#34): 2011-05-08 13:24:06 +03:00
part_supported_sql_func_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
part_supported_sql_func_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_alter1_1_2_innodb.test Increase version number 2011-02-28 19:47:19 +02:00
partition_alter1_1_2_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter1_1_2_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_alter1_1_innodb.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter1_1_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter1_1_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_alter1_2_innodb.test Increase version number 2011-02-28 19:47:19 +02:00
partition_alter1_2_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter1_2_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_alter2_1_innodb.test Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
partition_alter2_1_maria.test rename maria to aria 2010-09-12 18:40:01 +02:00
partition_alter2_1_myisam.test Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
partition_alter2_2_innodb.test Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
partition_alter2_2_maria.test rename maria to aria 2010-09-12 18:40:01 +02:00
partition_alter2_2_myisam.test Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
partition_alter3_innodb.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter3_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_alter4_innodb.test Get rid of compiler warnings 2011-02-28 23:24:19 +02:00
partition_alter4_myisam.test Added missing 'source' command. 2009-10-28 10:08:54 +02:00
partition_auto_increment_archive.test Bug#45823 Assertion failure in file row/row0mysql.c line 1386 2009-09-04 09:27:11 +05:30
partition_auto_increment_blackhole.test Bug#45823 Assertion failure in file row/row0mysql.c line 1386 2009-09-04 09:27:11 +05:30
partition_auto_increment_innodb.test Bug#38804: Query deadlock causes all tables to be inaccessible. 2008-09-08 15:30:01 +02:00
partition_auto_increment_maria.test rename maria to aria 2010-09-12 18:40:01 +02:00
partition_auto_increment_memory.test Bug#38804: Query deadlock causes all tables to be inaccessible. 2008-09-08 15:30:01 +02:00
partition_auto_increment_myisam.test Bug#38804: Query deadlock causes all tables to be inaccessible. 2008-09-08 15:30:01 +02:00
partition_auto_increment_ndb.test Bug#38804: Query deadlock causes all tables to be inaccessible. 2008-09-08 15:30:01 +02:00
partition_basic_innodb.test Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
partition_basic_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_basic_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_basic_symlink_innodb.test Fix paths MYSQLTEST_VARDIR/master-data -> MYSQLD_DATADIR 2008-04-04 17:46:48 +02:00
partition_basic_symlink_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_bit_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_bit_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_char_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_char_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_datetime_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_datetime_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_debug_sync_innodb-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
partition_debug_sync_innodb.test Automatic merge with 5.1-merge to get in Merge with MySQL 5.1.55 2011-02-26 01:05:35 +02:00
partition_decimal_innodb.test Increase version number 2011-02-28 19:47:19 +02:00
partition_decimal_myisam.test Increase version number 2011-02-28 19:47:19 +02:00
partition_engine_innodb.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_engine_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_engine_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_float_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_float_myisam.test Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
partition_int_innodb.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_int_myisam.test Speed up mtr --parallel=<lots> by scheduling some slow tests earlier. 2011-01-03 15:33:39 +01:00
partition_int_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_mgm_lc0_archive.test merge and pre push fix for test of bug#37719 2008-11-05 22:26:39 +01:00
partition_mgm_lc0_innodb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc0_memory.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc0_myisam.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc0_ndb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_archive-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_archive.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_innodb-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_innodb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_memory-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_memory.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_myisam-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_myisam.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_ndb-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc1_ndb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_archive-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_archive.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_innodb-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_innodb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_memory-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_memory.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_myisam-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_myisam.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_ndb-master.opt Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_mgm_lc2_ndb.test Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
partition_recover_myisam-master.opt Post push fix for valgrind warning in ha_partition.cc 2008-08-19 11:44:22 +02:00
partition_recover_myisam.test Build fixes: 2011-02-26 18:46:16 +01:00
partition_repair_myisam-master.opt Added option --temporary-tables to test speed of temporary tables 2010-02-10 23:26:06 +02:00
partition_repair_myisam.test Added two new flags for the optimizer switch: 2011-06-05 21:54:25 -07:00
partition_special_innodb-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
partition_special_innodb.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_special_myisam.test Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_syntax_innodb.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_syntax_myisam.test Fix many test failures in parts test suite with --embedded-server. 2009-10-09 15:08:09 +02:00
partition_syntax_ndb.test Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_value_innodb.test Fix for Bug#40904 20 tests in 5.1 are disabled in a bad manner 2008-12-08 15:36:42 +01:00
partition_value_myisam.test Fix for Bug#40904 20 tests in 5.1 are disabled in a bad manner 2008-12-08 15:36:42 +01:00
partition_value_ndb.test Fix for Bug#40904 20 tests in 5.1 are disabled in a bad manner 2008-12-08 15:36:42 +01:00
rpl_partition.test Adding support for Dynamic columns (WL#34): 2011-05-08 13:24:06 +03:00