Synopsis
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.