April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_rollback()
my_bool mysql_rollback(MYSQL *mysql)
Use this function to roll back or reverse the current
transaction. This will not work if the mysql_commit() function has
already been called for the transaction. The function returns zero if
successful, and a nonzero value if not.
Read now
Unlock full access