ctdbResetAll
Reset all record buffers associated with a table.
Declaration
CTDBRET ctdbResetAll(CTHANDLE Handle)
Description
ctdbResetAll() resets all record buffers associated with a table.
Returns
ctdbResetAll() returns CTDBRET_OK if successful, or the c-tree error code on failure.
See also
ctdbResetRecord()