Re[2]: Start Transaction in InnoDB

2002-10-30 Thread Dyego Souza do Carmo
DobrĂ½ den, quarta-feira, 30 de outubro de 2002, 13:09:01, napsal jste: EE Alexander, EE Wednesday, October 30, 2002, 1:40:11 PM, you wrote: AB I would like to know, how can I start a new transaction using InnoDB Tables? EE Use BEGIN statement: EE http://www.mysql.com/doc/en/COMMIT.html EE

Re: Re[2]: Start Transaction in InnoDB

2002-10-30 Thread Peter Brawley
Dyego, BEGIN, not set begin. My understanding is that BEGIN is a synonym for SET autocommit=0. PB - AB I would like to know, how can I start a new transaction using InnoDB Tables? EE Use BEGIN statement: EE http://www.mysql.com/doc/en/COMMIT.html EE Don't forget to SET

RE: Re[2]: Start Transaction in InnoDB

2002-10-30 Thread Fernando Grijalba
PROTECTED] Subject: Re: Re[2]: Start Transaction in InnoDB Dyego, BEGIN, not set begin. My understanding is that BEGIN is a synonym for SET autocommit=0. PB - AB I would like to know, how can I start a new transaction using InnoDB Tables? EE Use BEGIN statement: EE http