Duplicate
Details
Assignee
UnassignedUnassignedReporter
La Cancellera YoannLa Cancellera YoannAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
La Cancellera Yoann
La Cancellera YoannAffects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created November 4, 2019 at 5:09 PM
Updated March 6, 2024 at 10:02 PM
Resolved November 7, 2019 at 11:16 AM
Hi,
We encountered an issue while trying to set innodb_page_size = 64k
It worked with Percona Server, it does not with PXC
Reproduction step, starting from a fresh install:
service mysql stop
rm -rf /var/lib/mysql
Setting "innodb_page_size = 64k" in .cnf
service mysql start
These steps work for Percona Server or Oracle MySQL
We always see the same logs :
2019-10-28T17:43:20.890647Z 0 [ERROR] InnoDB: Invalid page size=65536.
I even tried to recreate it with:
mysqld --user=mysql --defaults-file=my.cnf --initialize --innodb-page-size=64k
But it seems it is ignored and creates it with 16k pages
We also tried to reboot server between file deletion and service restart.
Did we miss something ?
Thanks,