On Sat, Dec 22, 2001 at 03:16:45PM +0100, Christian Jaeger wrote:
: Hello
: 
: It seems there is a feature in DBD::mysql (when used with InnoDB) 
: that get's in the way in some circumstances:
: 
: We are doing some code like the following (in a mod_perl environment) 
: with $dbh being opened with RaiseError and Autocommit=0:

We run MySQL-InnoDB in the same type of environment.  We've found
that a better way is to only turn AutoCommit off when you need it
turned off (using $dbh->{'AutoCommit'} = 0|1).  That way, you don't
have to issue the initial commit().

* Philip Molter
* Texas.net Internet
* http://www.texas.net/
* [EMAIL PROTECTED]

Reply via email to