mariadb/mysql-test/suite/innodb/t
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
..
disabled.def Merge a change from mysql-5.1-innodb: 2010-06-14 09:50:30 +03:00
innodb-analyze.test Updates for test cases from innodb-zip-ss6129. 2009-11-05 17:23:50 +04:00
innodb-autoinc-44030.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb-autoinc-optimize.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb-autoinc.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb-consistent-master.opt Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-consistent.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-index.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb-index_ucs2.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-lock.test Merge mysql-trunk-bugfixing -> mysql-trunk-innodb 2010-05-21 17:52:35 +03:00
innodb-master.opt Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-replace.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-semi-consistent-master.opt Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-semi-consistent.test Post-commit fixes after the push for Bug#20837 et. al. 2010-06-09 10:46:24 +02:00
innodb-system-table-view.test Check in the support for Information Schema System Table Views. Users 2010-05-25 18:44:33 -07:00
innodb-timeout.test InnoDB plugin is built-in: remove test code which depended on the plugin property 2009-08-05 12:07:41 +02:00
innodb-ucs2.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb-use-sys-malloc-master.opt WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
innodb-use-sys-malloc.test InnoDB plugin is built-in: remove test code which depended on the plugin property 2009-08-05 12:07:41 +02:00
innodb-zip.test WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
innodb.test (second attempt) Disable the tests on embedded windows that fail due to 2010-05-25 10:36:06 +03:00
innodb_autoinc_lock_mode_zero-master.opt Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_autoinc_lock_mode_zero.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug21704.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug30919-master.opt Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug30919.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug34053.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug34300.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug35220.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug36169.test Merge r3403..3414 from mysql-5.1-innodb: 2010-04-22 14:24:42 +03:00
innodb_bug36172.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb_bug38231.test manual merge from mysql-trunk-bugfixing 2010-06-06 13:19:29 +02:00
innodb_bug39438-master.opt Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug39438.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug40360.test Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug40565.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug41904.test Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug42101-nonzero-master.opt Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42101-nonzero.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42101.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42419.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_bug44032.test Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug44369.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug44571.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug45357.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug46000.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug46676.test Applying InnoDB Plugin 1.0.6 snapshot, part 6. Add Testcase for BUG#46676 2009-11-30 17:54:54 +05:30
innodb_bug47167.test WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
innodb_bug47621.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47622.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47777.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug48024.test Merge a change from mysql-5.1-innodb: 2010-05-18 16:10:36 +03:00
innodb_bug49164.test Merge from mysql-5.1-innodb: 2010-05-10 15:14:45 +02:00
innodb_bug51378.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug51920.test Merge from mysql-5.1-innodb: 2010-05-04 12:40:41 +03:00
innodb_bug52663.test Fix path to include file. 2010-05-05 13:13:05 +03:00
innodb_bug52745.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb_bug53290.test Merge from mysql-5.1-innodb: 2010-05-11 19:18:28 +03:00
innodb_bug53591.test This change splits innodb_file_format_check into innodb_file_format_check 2010-06-17 02:13:53 -07:00
innodb_bug53592.test Port bug fix #53592 from mysql-5.1-innodb to mysql-trunk-innodb. 2010-06-02 04:04:00 -07:00
innodb_bug53674-master.opt Merge from mysql-5.1-innodb: 2010-06-02 14:37:33 +03:00
innodb_bug53674.test Merge from mysql-5.1-innodb: 2010-06-02 14:37:33 +03:00
innodb_file_format.test WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
innodb_gis.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_information_schema.test Check in patch for bug #53336, Improved InnoDB Transaction Reporting. 2010-05-12 08:39:45 -07:00
innodb_lock_wait_timeout_1-master.opt Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_lock_wait_timeout_1.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_multi_update.test Merge from mysql-5.1-innodb: 2010-05-05 14:03:14 +03:00
innodb_mysql-master.opt WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
innodb_mysql.test Merge mysql-trunk-bugfixing -> mysql-trunk-innodb 2010-06-17 12:41:20 +03:00
innodb_mysql_rbk-master.opt Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_mysql_rbk.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_notembedded.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_timeout_rollback-master.opt Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_timeout_rollback.test Merge a change from mysql-5.1-innodb: 2010-06-03 13:28:40 +03:00
innodb_trx_weight.test Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00