Skip to main content
MySQL

MySQL - Commit a transaction

MySQL - Commit a transaction

Confirms (commits) every operation performed inside a MySQL transaction begun with MySQL: Begin transaction. After the commit, the changes are permanently persisted in the database.


Options

Connection

Reference to the MySQL: Connection action whose transaction will be committed.

Returns

This action has no returns.

Rules and Conditions

  • The Connection field is required.
  • It must be used after a MySQL: Begin transaction action.
  • Every change made since the transaction began will be persisted.