mysql_commit — Commits the currenct transaction
my_bool mysql_commit(MYSQL * mysql);
Commits the current transaction for the specified database connection.
mysql
A mysql handle, which was previously allocated by mysql_init()
or mysql_real_connect()
.