ctdbSetTableGroupid
Set the table group ID.
Declaration
CTDBRET ctdbSetTableGroupid(CTHANDLE Handle, pTEXT groupid)
Description
ctdbSetTableGroupid() sets the table group ID. To retrieve the table group ID, use ctdbGetTableGroupid().
Returns
ctdbSetTableGroupid() returns CTDBRET_OK on success, or c-treeDB API C API error on failure.
See also
ctdbAllocTable(), ctdbGetTableGroupid()