Bug #72636 | Implications of innodb_page_size on compression are undocumented | ||
---|---|---|---|
Submitted: | 13 May 2014 19:24 | Modified: | 27 May 2014 19:22 |
Reporter: | Jeremy Cole (Basic Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Daniel Price | CPU Architecture: | Any |
Tags: | compression, innodb, innodb_page_size, key_block_size, page size, ROW_FORMAT |
[13 May 2014 19:24]
Jeremy Cole
[13 May 2014 19:25]
Jeremy Cole
Oops, I meant "For a configuration with innodb_page_size=4096, use of KEY_BLOCK_SIZE=8 and KEY_BLOCK_SIZE=16 are rejected."
[13 May 2014 19:32]
Jeremy Cole
Note that the page in question is this one: http://dev.mysql.com/doc/refman/5.6/en/innodb-compression-usage.html It may also be worth noting there that when an unsupported KEY_BLOCK_SIZE is used (and thus the warning is generated) the actual KEY_BLOCK_SIZE used to create the table is half of innodb_page_size.
[14 May 2014 6:28]
MySQL Verification Team
Hello Jeremy, Thank you for the report. Thanks, Umesh
[27 May 2014 19:22]
Daniel Price
The documentation has been updated. The revised content should appear soon, with the next published documentation build. http://dev.mysql.com/doc/refman/5.6/en/innodb-compression-usage.html http://dev.mysql.com/doc/refman/5.7/en/innodb-compression-usage.html http://dev.mysql.com/doc/refman/5.6/en/create-table.html http://dev.mysql.com/doc/refman/5.7/en/create-table.html Thank you for the bug report.