Hi, On Tue, Jan 12, 2010 at 1:32 AM, Morgan Tocker <[email protected]> wrote: >> 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?
If I can further hijack the thread, the whole session -vs- global thing is horrible. The only real use I've seen is for things like per-thread buffers -- and if anything, those should be implemented as query hints embedded in the SQL itself. The same comment applies to global -vs- session status counters -- having a mixture of them come back from SHOW STATUS is, um, horrible. Maybe Drizzle already un-borked this, dunno. Baron _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

