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