|
mysqlnd_ms_xa_rollbackRolls back a distributed/XA transaction among MySQL servers Description
int
mysqlnd_ms_xa_rollback
( mixed
$connection
, string $gtrid
)Rolls back a global transaction among MySQL servers started by mysqlnd_ms_xa_begin. If any of the global transaction participants fails to rollback the situation is left to be solved by the garbage collection.
ParametersReturn Values
Returns |