Morgan Tocker wrote:
Hi Jay,
key_buffer_size => myisam_key_cache_size
key_cache_block_size => myisam_key_cache_block_size
key_cache_division_limit => myisam_key_cache_division_limit
key_cache_age_threshold => myisam_key_cache_age_threshold
++
This might not be the right thread to hijack, but is there any
proposal to change the names so I can tell if it applies to session or
global scope?
Hi!
Well, we can certainly look at doing that in the future. It would be
quite a major change to do so at this time. Just getting plugin
variables into their respective plugins was a pain ;)
Jeremy Cole blogged about this a while ago:
http://jcole.us/blog/mysql/proposal-for-configuration-namespaces/
Interesting. I don't care much for the use of
engine.myisam.key_cache_size, but I did get myisam_key_cache_size :)
Also, Jeremy's proposal is also partly covered by the syntax:
select @@global.some_global_variable;
Cheers!
Jay
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp