Is there any way to disable implicit COMMIT in case of statements like START TRANSACTION, CREATE TABLE etc?
[URL]http://dev.mysql.com/doc/refman/5.1/en/implicit-commit.html[/URL]
It would be very useful for catching hidden application bugs - I never want to commit a transaction if I haven’t run COMMIT statement.
And another question, is there any session status variable, which indicates an open transaction?
Thank you, Vojtech