Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For scripting languages such PHP, when script ended with fatal error pending transaction is not closed if used persistent connection. So for consistent data strongly needed that next START TRANSACTION / BEGIN rollback the previous one uncommitted transaction. In current time server do implicit commit, what is incorrect and may cause broke application data.
I think best solution would be add option which allow change "implicit commit" to "implicit rollback".
Thanks!
Attachments
Issue Links
- relates to
-
MDEV-10340 support COM_RESET_CONNECTION
- Closed