mariadb/mysql-test/suite/parts/r
Magne Mahre 32b7e60e42 WL#5349 Change default storage engine to InnoDB
The default storage engine is changed from MyISAM to
InnoDB, in all builds except for the embedded server.

In addition, the following system variables are 
changed:

  * innodb_file_per_table is enabled
  * innodb_strict_mode is enabled
  * innodb_file_format_name_update is changed
    to 'Barracuda'

The test suite is changed so that tests that do not
explicitly include the have_innodb.inc are run with
--default-storage-engine=MyISAM.  This is to ease the
transition, so that most regression tests are run
with the same engine as before.

Some tests are disabled for the embedded server
regression test, as the output of certain statements
will be different that for the regular server
(i.e SELECT @@default_storage_engine).  This is to
ease transition.



mysql-test/mysql-test-run.pl:
  The regression test suite now adds a
  --default-storage-engine=MyISAM for all non-innodb 
  tests.  This behaviour can be controlled by the
  default-myisam switch in mysql-test-run
mysql-test/t/bootstrap-master.opt:
  The bootstrap test can only be run without InnoDB
  as it starts several mysqld instances on the same
  datadir. This is possible with MyISAM, but not
  with InnoDB.
storage/innobase/CMakeLists.txt:
  Build InnoDB per default
storage/innobase/handler/ha_innodb.cc:
  Change default values for system variables
  
    Enable file_per_table
    Enable strict_mode
    Upgrade default file format to Barracuda
2010-06-17 22:51:35 +02:00
..
ndb_dd_backuprestore.result Bug#41307: Tests using include/ndb_backup.inc won't work on Windows due to 'grep' call. 2009-03-16 17:36:14 -04:00
part_blocked_sql_func_innodb.result Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
part_blocked_sql_func_myisam.result Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
part_supported_sql_func_innodb.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
part_supported_sql_func_myisam.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
part_supported_sql_func_ndb.result fixed some parts test suite bugs 2009-01-31 17:47:35 +02:00
partition_alter1_1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_1_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_1_2_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_1_innodb.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_alter1_1_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_alter1_1_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_2_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter2_1_1_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_1_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_1_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter3_innodb.result WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
partition_alter3_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_alter4_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_alter4_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_auto_increment_archive.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_blackhole.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_innodb.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_memory.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_myisam.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_ndb.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_basic_innodb.result WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
partition_basic_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_basic_symlink_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_basic_symlink_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_bit_innodb.result updated test results 2008-12-09 19:31:22 +04:00
partition_bit_myisam.result updated test results 2008-12-09 19:31:22 +04:00
partition_char_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_char_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_datetime_innodb.result Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
partition_datetime_myisam.result Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
partition_debug_sync_innodb.result Manual merge from mysql-5.1-bugteam to mysql-trunk-merge. 2010-05-11 20:02:50 +04:00
partition_decimal_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_decimal_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_ndb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_float_innodb.result Fixed test failures from the 'parts' suite introduced by 2009-12-23 15:04:32 +03:00
partition_float_myisam.result Fixed test failures from the 'parts' suite introduced by 2009-12-23 15:04:32 +03:00
partition_innodb_status_file.result Bug#50201: Server crashes in explain_filename on an InnoDB partitioned table 2010-02-10 10:47:14 +01:00
partition_int_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_int_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_int_ndb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_mgm_lc0_archive.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_archive.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_archive.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111 2009-09-10 11:15:39 +02:00
partition_recover_myisam.result Fix add_suppresion in partition_recover_myisam. 2009-12-13 23:50:33 +00:00
partition_repair_myisam.result Post push fix for valgrind warning in ha_partition.cc 2008-08-19 11:44:22 +02:00
partition_special_innodb.result Followup to Bug#34604 handler::ha_rnd_end(): Assertion `inited==RND' failed. 2010-02-11 12:59:12 +01:00
partition_special_myisam.result WL#3352: Extending Partitioning Types and new partition function 2009-10-20 14:59:42 +02:00
partition_syntax_innodb.result Fixed test cases with regards to error codes 2009-10-21 18:27:34 +02:00
partition_syntax_myisam.result Fixed test cases with regards to error codes 2009-10-21 18:27:34 +02:00
partition_syntax_ndb.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_t55.out - Add autodetection of which my.cnfs to use for each testcase if suite does 2008-01-10 16:50:37 +01:00
partition_value_innodb.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_value_myisam.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_value_ndb.result shorten filenames 2007-04-30 16:24:13 +02:00
rpl_partition.result Manual merge 2010-05-26 22:34:25 +08:00