1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-12042 Re-bootstrap the server if InnoDB options are incompatible

This commit is contained in:
Elena Stepanova
2017-06-02 01:46:25 +03:00
parent c2ef0bb6ce
commit ab62b7538f
3 changed files with 36 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
[16k]
innodb-page-size=16K
[8k]
innodb-page-size=8K
[4k]
innodb-page-size=4K

View File

@@ -0,0 +1,4 @@
# The goal of including this file is to enable innodb_page_size combinations
# (see include/innodb_page_size.combinations)
--source include/have_innodb.inc