DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) transactional-commands

Info Catalog (mysql.info) basic-user-commands (mysql.info) sql-syntax (mysql.info) database-administration-statements
 
 13.4 MySQL Transactional and Locking Statements
 ===============================================
 

Menu

 
* commit                       `START TRANSACTION', `COMMIT', and `ROLLBACK' Syntax
* cannot-roll-back             Statements That Cannot Be Rolled Back
* implicit-commit              Statements That Cause an Implicit Commit
* savepoints                   `SAVEPOINT' and `ROLLBACK TO SAVEPOINT' Syntax
* lock-tables                  `LOCK TABLES' and `UNLOCK TABLES' Syntax
* set-transaction              `SET TRANSACTION' Syntax
* xa                           XA Transactions
 
 MySQL supports local transactions (within a given client connection)
 through statements such as `SET AUTOCOMMIT', `START TRANSACTION',
 `COMMIT', and `ROLLBACK'. See  commit. Beginning with MySQL 5.0,
 XA transaction support is available, which enables MySQL to participate
 in distributed transactions as well. See  xa.
 
Info Catalog (mysql.info) basic-user-commands (mysql.info) sql-syntax (mysql.info) database-administration-statements
automatically generated byinfo2html