1887.3.2
by Brian Aker
Extended documentation. |
1 |
START TRANSACTION
|
2 |
======================
|
|
3 |
||
4 |
START TRANSACTION [WITH CONSISTENT SNAPSHOT] |
|
5 |
||
6 |
Will begin a transaction. SET AUTOMCOMMIT must be set to zero in order for |
|
7 |
this to work. The transaction is then run until either the connection to the |
|
8 |
database is dropped, or a rollback or a commit command is sent. |