Bug #20407 myisam_block_size is not available via SHOW VARIABLES
Submitted: 12 Jun 2006 19:25 Modified: 31 Oct 2008 16:08
Reporter: Mark Leith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:4.1-BK, 5.0-BK, 5.1-BK OS:Any (Any)
Assigned to: CPU Architecture:Any

[12 Jun 2006 19:25] Mark Leith
Description:
mysiam_block_size is not visible via SHOW [GLOBAL] VARIABLES, despite being a global server system variable.

How to repeat:
SHOW VARIABLES LIKE 'myisam_block_size';
[18 Mar 2008 15:24] Paul DuBois
Related: Bug#34363

(basically, myisam_block_size currently is not really a system variable at all)
[31 Oct 2008 16:08] Paul DuBois
Changing documentation to document myisam_block_size as a startup option only, not as a system variable.

See also Bug#33098, Bug#34363.