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
trx
alter_tablespace.opt
autoinc_secondary.rdiff
cache_index.rdiff
checksum_table_live.rdiff
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
disabled.def
fulltext_search.rdiff
index_enable_disable.rdiff
index_type_hash.rdiff
insert_delayed.rdiff
lock_concurrent.rdiff
optimize_table.rdiff
repair_table.rdiff
suite.opt
tbl_opt_index_dir.rdiff
tbl_opt_insert_method.rdiff
tbl_opt_row_format.rdiff
tbl_opt_union.rdiff
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
type_float_indexes.rdiff
type_text.opt MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00