ctdbSetIndexExtension
Set table index file name extension
Declaration
CTDBRET ctdbSetIndexExtension(CTHANDLE Handle, cpTEXT ext)
Description
ctdbSetIndexExtension() sets the index table file name extension. The default value for the index extension is .idx. To retrieve the index table file name extension, use ctdbGetIndexExtension().
Returns
ctdbSetIndexExtension() returns CTDBRET_OK on success, or c-treeDB API C API error on failure.
See also
ctdbAllocTable(), ctdbGetIndexExtension()