ctdbClearSavePoint
Clears the last transaction save point.
Declaration
NINT ctdbClearSavePoint(CTHANDLE Handle)
Description
Returns
ctdbClearSavePoint() returns CTDBRET_OK on success and a c-tree error code to indicate failure. uerr_cod contains the c-tree error code.
ctdbClearSavePoint() cannot clear a special save point returns a SPCL_ERR (753) error in this case.
See also
ctdbAbort(), ctdbBegin(), ctdbCommit(), ctdbRestoreSavePoint(), ctdbSetSingleSavePoint()