Comment 2 by Loïc d'Anterroches, Oct 28, 2009
The thing is that MySQL has the MyISAM backend which does not support transactions. So, I will add a configuration variable that can be set to have the support of the transactions in MySQL or not.
Comment 3 by Loïc d'Anterroches, Oct 28, 2009
Fixed in commit 7185485. You now have the 'db_mysql_transaction' configuration variable which you can set to true to have the transactions enabled. By default, a call to commit, begin, rollback will do nothing.
Status:
Fixed
Sign in to reply to this comment.
Reported by Jakub Daněk, Aug 7, 2009