2 messages in com.mysql.lists.javaHow do we initialize mysqld to auto c...
FromSent OnAttachments
Tye, Timothy01 Mar 2002 14:06 
Mark Matthews01 Mar 2002 15:01 
Subject:How do we initialize mysqld to auto commit=0;
From:Tye, Timothy (TIMO@ca.com)
Date:03/01/2002 02:06:21 PM
List:com.mysql.lists.java

I am attempting to use the mm java drivers as a database for JBoss. EJB/jboss require that the connection be established with auto commit false. I know that I can issue sql('SET AUTOCOMMIT=0;') to turn of the auto commit. But what parameter do I set in mysqld to force the drivers to initialize in auto
commit false?