mariadb/storage/innobase/mysql-test/storage_engine
Marko Mäkelä 613e9e7d4d MDEV-20907 Set innodb_log_files_in_group=1 by default
Historically, InnoDB split the redo log into at least 2 files.
MDEV-12061 allowed the minimum to be innodb_log_files_in_group=1,
but it kept the default at innodb_log_files_in_group=2.

Because performance seems to be slightly better with only one log file,
and because implementing an append-only variant of the log would require
a single file, let us define the default to be 1, and have
innodb_log_file_size=96M, to retain the same default total size.
2019-10-28 17:11:10 +02:00
..
parts Various changes coming from 5.6 2013-11-08 23:25:06 +04:00
trx 10.0-base merge 2013-12-16 13:02:21 +01:00
alter_tablespace.opt MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
autoinc_secondary.rdiff MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
cache_index.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table_live.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_opt_not_null.opt MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
col_opt_null.opt MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
define_engine.inc MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
disabled.def Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
fulltext_search.rdiff From MySQL 5.6.13 change log: 2014-02-05 16:41:29 +04:00
index_enable_disable.rdiff More verbose error messages 2013-11-07 03:36:53 +04:00
index_type_hash.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
insert_delayed.rdiff MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
lock_concurrent.rdiff Follow-up for MDEV-6720 (enable connection log in mysqltest by default) 2016-06-19 20:30:03 +03:00
optimize_table.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
repair_table.rdiff Follow up for 9a84980668 - adjustments to storage_engine tests 2018-05-03 20:54:23 +03:00
suite.opt Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_index_dir.rdiff Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_insert_method.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_row_format.rdiff Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_union.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_blob.opt MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
type_char_indexes.rdiff engine_condition_pushdown has been deprecated 2014-10-12 14:26:27 +04:00
type_float_indexes.rdiff MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_text.opt MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00