You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
MySQL (and in fact Postgres too) support checkpointing within a transaction. This allows for an elegant mechanism for representing nested transactions.
MySQL (and in fact Postgres too) support checkpointing within a transaction. This allows for an elegant mechanism for representing nested transactions.
http://dev.mysql.com/doc/refman/5.0/en/savepoint.html
The text was updated successfully, but these errors were encountered: