Jeremy,

----- Original Message -----
From: "Jeremy Zawodny" <[EMAIL PROTECTED]>
To: "Heikki Tuuri" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 9:37 AM
Subject: Re: InnoDB transactions with Connection Pooling


> On Mon, Apr 22, 2002 at 09:02:54AM +0300, Heikki Tuuri wrote:
> > Mark,
> >
> > if you do not explicitly do
> >
> > SET AUTOCOMMIT=0
> >
> > then MySQL automatically calls COMMIT after every SQL statement.
>
> Make that:
>
>   SET AUTOCOMMIT=1

MySQL has AUTOCOMMIT=1 as the default. Thus if you do not explicitly change
the value with SET AUTOCOMMIT=0, then MySQL calls commit after each SQL
statement.

> Heikki is probably low on coffee. :-)

Jeremy, it is midnight there, morning here :).

> Jeremy
> --
> Jeremy D. Zawodny, <[EMAIL PROTECTED]>
> Technical Yahoo - Yahoo Finance
> Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
>
> MySQL 3.23.47-max: up 73 days, processed 1,941,489,847 queries (304/sec.
avg)

Regards,

Heikki




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to