DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-commit

Info Catalog (mysql.info) mysql-close (mysql.info) c-api-functions (mysql.info) mysql-connect
 
 22.2.3.6 `mysql_commit()'
 .........................
 
 `my_bool mysql_commit(MYSQL *mysql)'
 
 *Description*
 
 Commits the current transaction.
 
 As of MySQL 5.0.3, the action of this function is subject to the value
 of the `completion_type' system variable. In particular, if the value of
 `completion_type' is 2, the server performs a release after terminating
 a transaction and closes the client connection. The client program
 should call `mysql_close()' to close the connection from the client
 side.
 
 *Return Values*
 
 Zero if successful. Non-zero if an error occurred.
 
 *Errors*
 
 None.
 
Info Catalog (mysql.info) mysql-close (mysql.info) c-api-functions (mysql.info) mysql-connect
automatically generated byinfo2html