Hello,

I have a database that, I now realize, could use the benefits of
row-locking and non-blocking SELECTs. So, I guess I need to change over
to InnoDB tables. How do I convert my existing data structures (and the
data they contain) into InnoDB tables?

Also, Is there anything that MyISAM tables support (query-wise, like
INSERT DELAYED), that is not supported by InnoDB that I might need to
look out for in my application(s)?

Thanks,
Dan Cumpian




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to