ctdbRestoreSavePoint
Restore a transaction save point.
Declaration
CTDBRET ctdbRestoreSavePoint(CTHANDLE Handle, NINT SavePoint)
Description
ctdbRestoreSavePoint() restores a transaction save point.
Returns
ctdbRestoreSavePoint() returns CTDBRET_OK if successful, or the c-tree error code on failure.
See also
ctdbAbort(), ctdbBegin(), ctdbClearSavePoint(), ctdbCommit(), ctdbSetSingleSavePoint()