A new function was added to c-treeDB API to provide the ability to define a list of dynamic partition members. This allows you to set the partition table dynamic members when using the FILESET() syntax in SQL.
Declaration
CTDBRET ctdbSetTablePartitionDynMbrs(CTHANDLE Handle, pTEXT partdesc)
Description
ctdbSetTablePartitionDynMbrs sets the dynamic member list for a partitioned file. It must be called before calling ctdbOpenTable.
Parameters
Return
Error code