mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
lp:702084 - myisam_block_size is not reported in SHOW GLOBAL VARIABLES
add a read-only server variable @@myisam_block_size
This commit is contained in:
@ -1693,3 +1693,6 @@ SET myisam_sort_buffer_size=@@global.myisam_sort_buffer_size;
|
||||
SET myisam_repair_threads=@@global.myisam_repair_threads;
|
||||
|
||||
--echo End of 5.1 tests
|
||||
|
||||
show variables like 'myisam_block_size';
|
||||
select @@global.myisam_block_size;
|
||||
|
Reference in New Issue
Block a user