Hi all,
I'm working with tables stored by the InnoDB engine and would like to be able to commit only if there are no errors generated by a group of statements like this.
/* -*- sql -*- */ SET AUTOCOMMIT=0; use db1; begin work;
If you specify Begin or Start Transaction, set autommit=0; is optionnal.
-- Philippe Poelvoorde COS Trading Ltd.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]