On Mon, Sep 29, 2003 at 08:19:26PM +0800, Paolo Alexis Falcone wrote: > On Mon, 2003-09-29 at 19:35, CJ Koh wrote: > > Does MYSQL support transactions like rollback and commit now? > Yes.
It won't. MySQL doesn't have the base necessary to provide real transaction handling. They have to add real logging and real row-level locking before they can support the higher level concept of transactions. That doesn't mean that they don't claim they do. But the bottom line is that real transactions require a real log, and I don't see it happening. > > Does it have stored procedures and subqueries in its newest versions? > > No :( > > I really hope the next MySQL major release would address this. Why? Plenty of other products, such as PostgreSQL, provide this functionality and more. Michael -- Michael Darrin Chaney [EMAIL PROTECTED] http://www.michaelchaney.com/ -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
