fix meta error

This commit is contained in:
wpan 2021-07-07 11:05:05 +08:00
parent e7a6dae6e9
commit e5ac66a88b
1 changed files with 2 additions and 1 deletions

View File

@ -2991,8 +2991,9 @@ static int32_t mnodeProcessMultiTableMetaMsg(SMnodeMsg *pMsg) {
} }
} }
int32_t tableNum = pInfo->numOfTables + pInfo->numOfVgroups;
// add the additional super table names that needs the vgroup info // add the additional super table names that needs the vgroup info
for(;t < num; ++t) { for(;t < tableNum; ++t) {
taosArrayPush(pList, &nameList[t]); taosArrayPush(pList, &nameList[t]);
} }