RE: Disable the autocommit

2004-07-21 Thread Victor Pendleton
TED] Sent: 7/21/04 4:20 AM Subject: Disable the autocommit According to: http://dev.mysql.com/doc/mysql/en/COMMIT.html >With START TRANSACTION, autocommit remains disabled until you end the >transaction with COMMIT or ROLLBACK. The autocommit mode then reverts >to its previous state

Disable the autocommit

2004-07-21 Thread Terence
According to: http://dev.mysql.com/doc/mysql/en/COMMIT.html >With START TRANSACTION, autocommit remains disabled until you end the >transaction with COMMIT or ROLLBACK. The autocommit mode then reverts >to its previous state. Is there anyway to disable the revert? I don't want to have to SET @@