Bug #17561 I want to configure InnoDB Page Size at ./configure
Submitted: 19 Feb 2006 21:43 Modified: 13 May 2010 16:03
Reporter: Tetsuro Ikeda Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S4 (Feature request)
Version:MyQL 5.1.7 OS:Any
Assigned to: CPU Architecture:Any

[19 Feb 2006 21:43] Tetsuro Ikeda
Description:
Currently we cannot configure innodb's page size by ./configure options.

To change page size, we need to modify innobase/include/univ.i file.

#DEFINE UNIV_PAGE_SIZE = 8 * 8192
#DEFINE UNIV_PAGE_SIZE_SHIFT = 16

But, I think it's usefull for me if I could change page size at configure options.

How to repeat:
Try following,

./configure --help
[20 Feb 2006 8:16] Heikki Tuuri
Tetsuro,

note that you may need to fix also something in InnoDB code. I have not tested a 64 kB page size for many years.

Regards,

Heikki
[21 Feb 2006 20:49] MySQL Verification Team
Thank you for the feature request bug report.