ConglomerateDescriptor cgd =
ddg.newConglomerateDescriptor(conglomId, null, false, null, false, null, toid,
sd.getUUID());
if ( tableType != TableDescriptor.GLOBAL_TEMPORARY_TABLE_TYPE )
{
dd.addDescriptor(cgd, sd, DataDictionary.SYSCONGLOMERATES_CATALOG_NUM,
false, tc);
}
// add the newly added conglomerate to the table descriptor
ConglomerateDescriptorList conglomList = td.getConglomerateDescriptorList();