Bug #35405 myisam_block_size/KEY_BLOCK_SIZE handled inconsistently
Submitted: 18 Mar 2008 15:30 Modified: 18 Mar 2008 19:02
Reporter: Paul DuBois Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.1,6.0 OS:Any
Assigned to: CPU Architecture:Any

[18 Mar 2008 15:30] Paul DuBois
Description:
Values given for the KEY_BLOCK_SIZE table/index option are rounded up.
Values for mysiam_block_size (specified at startup) are rounded *down*.
This may be a bug for treatment of myisam_block_size. See email in private comment.

How to repeat:
N/A

Suggested fix:
Treat myisam_block_size similarly to KEY_BLOCK_SIZE.
[18 Mar 2008 19:02] Sveta Smirnova
Thank you for the report.

Verified as described.

Field workaround because "indicate accurate values" can be considered as workaround.