Search the MySQL manual:

9.1.3.55 mysql_commit()

my_bool mysql_commit(MYSQL *mysql)

Description

Commits the current transaction. Available from MySQL 4.1.

Return Values

Zero if successful. Non-zero if an error occurred.

Errors

None.

User Comments

Add your own comment.