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 @@AUTOCOMMIT=0; after each commit.

Thanks for any help!

Regards

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to