The world's most popular open source database
[+/-]
MySQL supports local transactions (within a given client session)
through statements such as
SET autocommit,
START TRANSACTION,
COMMIT, and
ROLLBACK. See
Section 12.4.1, “START TRANSACTION,
COMMIT, and
ROLLBACK Syntax”.


User Comments
Add your own comment.