Re: MySQL and Autocommit

2008-08-27 Thread Malcolm Tredinnick
On Sat, 2008-08-23 at 11:00 -0700, David Cramer wrote: > Recently I noticed a bunch of queries I was executing by hand (one's > which the ORM didn't support) were not being committed. > > I dug into the docs, and it clearly states that the default > transaction mode is autocommit, and mysql's de

MySQL and Autocommit

2008-08-23 Thread David Cramer
Recently I noticed a bunch of queries I was executing by hand (one's which the ORM didn't support) were not being committed. I dug into the docs, and it clearly states that the default transaction mode is autocommit, and mysql's default transaction mode is autocommit. So, my question is, what's