All of my tables are now InnoDB only. So, what I'd like to do is reduce MySQL tunable variables down as much as possible for things that don't affect InnoDB so that I'm not wasting memory on buffers that will get little or no use.
It's obvious which variables are only for InnoDB (they start with "innodb_"). But, which of the others are never used by InnoDB? For example, are the biggees like key_buffer_size, sort_buffer_size, etc. for both InnoDB and MyISAM, or just MyISAM? Thanks -keith -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]