START TRANSACTION, COMMIT, and
ROLLBACK SyntaxSAVEPOINT and ROLLBACK TO
SAVEPOINT SyntaxLOCK TABLES and UNLOCK TABLES
SyntaxSET TRANSACTION Syntax
MySQL supports local transactions (within a given client
connection) through statements such as SET
AUTOCOMMIT, START TRANSACTION,
COMMIT, and ROLLBACK. See
Section 13.4.1, “START TRANSACTION, COMMIT, and
ROLLBACK Syntax”. Beginning with MySQL 5.0, XA transaction
support is available, which enables MySQL to participate in
distributed transactions as well. See Section 13.4.7, “XA Transactions”.

User Comments
Add your own comment.