mariadb/win/packaging
Vladislav Vaintroub f027c1217b MDEV-28471 mysql_install_db.exe does not work with --innodb-page-size=64K
The error message "InnoDB: innodb_page_size=65536 requires innodb_buffer_pool_size >= 20MiB current 10MiB" is the relevant one.

The root cause:
mysql_install_db bootstraps with --innodb-buffer-pool-size=10M.
Small bufferpool is here by design - bootstrap should succeed,
even if there is not much RAM available, bootstrap does not need that much
memory.

For pagesize 64K specifically, Innodb thinks it needs a larger bufferpool,
and thus it lets the bootstrap process die (although the expected behavior
in this case would be to adjust value, give warning and continue)

The workaround:
- pass --innodb-buffer-pool-size=20M, which is suitable for all page sizes.
- check the same limit in MSI custom action.

Also, the patch adds mtr test for 64K page size.
2022-05-13 14:17:58 +02:00
..
ca MDEV-28471 mysql_install_db.exe does not work with --innodb-page-size=64K 2022-05-13 14:17:58 +02:00
CMakeLists.txt Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
COPYING.rtf Follow-up to changing FSF address 2019-05-11 18:30:45 +03:00
CPackWixConfig.cmake Windows build - use InstallRequiredSystemLibraries for MSVC_CRT_TYPE=/MD 2020-04-10 19:05:26 +02: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
CPackZIPTestConfig.cmake MDEV-26514 Option to build a separate test zip package on Windows 2021-08-31 21:13:13 +03:00
create_msi.cmake MDEV-26579 fixup 2021-09-10 09:38:40 +02:00
extra.wxs.in Fix whitespaces 2022-02-14 12:04:50 +01:00
heidisql.cmake Merge 10.2 into 10.3 2021-06-08 14:33:07 +03:00
heidisql.wxi.in Merge 5.5 into 10.1 2020-04-01 10:24:36 +03:00
heidisql_feature.wxi.in commit win/ changes 2015-06-05 23:33:23 +02:00
mysql_server.wxs.in Merge 10.5 into 10.6 2021-09-11 17:55:27 +03: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