1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-21664 Add opt files for have_innodb_Xk.inc

Currently include/have_innodb_4k.inc etc. files only check that the
server is running with the corresponding page size. I think it would
be more convenient if they actually enforced the setting.
This commit is contained in:
Marko Mäkelä
2023-09-11 09:09:02 +03:00
parent d4fd4ae4cf
commit 5299f0c45e
7 changed files with 18 additions and 11 deletions

View File

@ -0,0 +1 @@
--innodb-page-size=16k

View File

@ -0,0 +1 @@
--innodb-page-size=32k

View File

@ -0,0 +1 @@
--innodb-page-size=4k

View File

@ -0,0 +1 @@
--innodb-page-size=64k

View File

@ -0,0 +1 @@
--innodb-page-size=8k