2 messages in com.mysql.lists.javaTransactions vs AUTO_COMMIT
FromSent OnAttachments
Merrill Cornish13 Dec 2003 16:47 
Mark Matthews13 Dec 2003 18:56 
Subject:Transactions vs AUTO_COMMIT
From:Merrill Cornish (merr@earthlink.net)
Date:12/13/2003 04:47:00 PM
List:com.mysql.lists.java

I'm running MySql 4.0.16, ConnectorJ/3.0.9, and InnoDB tables.

I have a series of INSERTs, UPDATEs, and DELETEs that I would like to go in all
together. My question is that the InnoDB transactions and the JDBC AUTO_COMMIT
functionality appear to overlap. What is the useful difference>