This commit is contained in:
Xiaoyu Wang 2022-03-25 05:00:06 -04:00
parent ada9d8bdc6
commit cc0dfeb19a
1 changed files with 1 additions and 1 deletions

View File

@ -5569,7 +5569,7 @@ static SSDataBlock* doSysTableScan(SOperatorInfo *pOperator, bool* newgroup) {
blockDataCleanup(pInfo->pRes);
int32_t tableNameSlotId = 0;
int32_t tableNameSlotId = 1;
SColumnInfoData* pTableNameCol = taosArrayGet(pInfo->pRes->pDataBlock, tableNameSlotId);
char * name = NULL;