Home > Software engineering >  Not like PHP MySQL C API function mysqli_begin_transaction open transactions?
Not like PHP MySQL C API function mysqli_begin_transaction open transactions?

Time:12-13


Ok about transaction C API only
Mysql_commit () : Commits the transaction.
And
Mysql_rollback () : Rolls back the transaction.

No mysqli_begin_transaction begin the operation? Is not this operation?
  • Related