ctdbGetIndexTemporaryFlag
Retrieve the flag that indicates this index as temporary.
Declaration
CTBOOL ctdbGetIndexTemporaryFlag(CTHANDLE Handle)
Description
ctdbGetIndexTemporaryFlag() retrieves the flag that indicates this index as temporary. Use ctdbSetIndexTemporaryFlag() to set the temporary flag for this index.
Returns
ctdbGetIndexTemporaryFlag() returns the temporary flag (YES or NO).
See also
ctdbAllocIndex(), ctdbSetIndexTemporaryFlag()