Hello, We run a master-slave configuration and are considering migrating a few tables to InnoDB to get transaction capability...
Question is, can we keep the tables as MyISAM on the slaves to maintain the high-speed accesses? I suppose this would require the SQL not being written to the bin-log until it's committed, and we would need to convert the tables on the master without the slaves knowing about it... Anybody doing anything like this? Or am I simply barking up the wrong tree? -Matt- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]