diff options
author | Magne Mahre <magne.mahre@sun.com> | 2010-06-17 22:51:35 +0200 |
---|---|---|
committer | Magne Mahre <magne.mahre@sun.com> | 2010-06-17 22:51:35 +0200 |
commit | 3ac6a4b451f61b8edf9cb326111157a86f1bdc1c (patch) | |
tree | 5fc808292f57595d6888419842089d5d6c4311ab /mysql-test/t/partition_innodb.test | |
parent | 95c86d14b5bf4316b2eb7ec6fb26dc24640a038e (diff) | |
download | mariadb-git-3ac6a4b451f61b8edf9cb326111157a86f1bdc1c.tar.gz |
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.
Diffstat (limited to 'mysql-test/t/partition_innodb.test')
-rw-r--r-- | mysql-test/t/partition_innodb.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/partition_innodb.test b/mysql-test/t/partition_innodb.test index 6400017dfb7..ccca4df9882 100644 --- a/mysql-test/t/partition_innodb.test +++ b/mysql-test/t/partition_innodb.test @@ -1,3 +1,4 @@ +--source include/not_embedded.inc --source include/have_partition.inc --source include/have_innodb.inc |