BEGIN
Begins a transaction in the current session.
COMMIT
Commits an open transaction in the current session.
ROLLBACK
Rolls back an open transaction in the current session.
SHOW LOCKS
Lists all running transactions that have locks on resources.
SHOW TRANSACTIONS
List all running transactions.