Re: innob question

2002-08-21 Thread Tod Harter
On Wednesday 21 August 2002 10:40 am, Egor Egorov wrote: Well, loosely... SET AUTOCOMMIT=0 does not START a transaction, what it does is signal the database that from now on transactions will be explicit, not implicit. That means you NEED to have a transaction to get anything to stick in the

Re: innob question

2002-08-21 Thread Egor Egorov
Randy, Tuesday, August 20, 2002, 7:49:09 PM, you wrote: RJ> in a innodb table type using mysql max RJ> is a begin statement the same as set autocommitt = 0?? Yes. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://w

innob question

2002-08-20 Thread Randy Johnson
in a innodb table type using mysql max is a begin statement the same as set autocommitt = 0?? Randy sql,query - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysq