MariaDB-server/win/packaging
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
..
ca MDEV-20907 Set innodb_log_files_in_group=1 by default 2019-10-28 17:11:10 +02:00
CMakeLists.txt Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
COPYING.rtf Follow-up to changing FSF address 2019-05-11 18:30:45 +03:00
CPackWixConfig.cmake MDEV-17279 Windows : link C runtime dynamically 2018-10-09 08:42:48 +01:00
CPackZIPConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
CPackZIPDebugInfoConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
create_msi.cmake Windows : Do not package redistributable C runtime , nor merge modules into Windows 2019-06-27 19:33:25 +02:00
custom_ui.wxs commit win/ changes 2015-06-05 23:33:23 +02:00
extra.wxs.in Remove feedback from Windows MSI 2019-06-30 17:48:19 +02:00
heidisql_feature.wxi.in commit win/ changes 2015-06-05 23:33:23 +02:00
heidisql.cmake Fix Windows packaging. 2019-07-27 13:53:56 +02:00
heidisql.wxi.in Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
mysql_server.wxs.in MDEV-17279 Windows : link C runtime dynamically 2018-10-09 08:42:48 +01:00
WixUIBannerBmp.jpg MDEV-14446 Windows installer still uses the old brown logo 2018-01-18 16:15:18 +00:00
WixUIDialogBmp.jpg MDEV-14446 followup 2018-01-18 16:42:11 +00:00