From: Olivier D. <web...@aj...> - 2013-01-25 14:48:43
|
Hello, > we have given it a try today and things look pretty good :-). Unfortunately, we can reproduce the problem with MySQL. I barely remember that MySQL by default has implicit commits enabled, what needs to be turned off if you need real ones. By default, MySQL has autocommit enabled. This is disabled automatically when you issue "START TRANSACTION" statement (or changed default behaviour in MySQL config file). See http://dev.mysql.com/doc/refman/5.5/en/commit.html Olivier |