This commit is contained in:
dmchen 2024-06-17 10:44:53 +00:00
parent 4c8ce7a14c
commit e59e52d343
1 changed files with 4 additions and 0 deletions

View File

@ -1090,6 +1090,10 @@ int32_t buildDbTableInfoBlock(bool sysInfo, const SSDataBlock* p, const SSysTabl
continue;
}
if(strcmp(pm->name, TSDB_INS_TABLE_USERS_FULL) == 0){
continue;
}
SColumnInfoData* pColInfoData = taosArrayGet(p->pDataBlock, 0);
STR_TO_VARSTR(n, pm->name);