Auto-commit transfers all changes that you make immediately to the database. Manual commit requires your confirmation before committing a change to the database or rolling it back. Though available in ...
Forces the transaction to be rolled back upon error in the commit process. It, temporarily, changes `THD::lex::sql_command` to `SQLCOM_XA_ROLLBACK` so that the ...