fix case
This commit is contained in:
parent
4c8ce7a14c
commit
e59e52d343
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue