Update mndStb.c

This commit is contained in:
dm chen 2023-05-05 17:47:32 +08:00 committed by GitHub
parent ee0e0b4ad4
commit 59f103a477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ int32_t mndBuildStbFromReq(SMnode *pMnode, SStbObj *pDst, SMCreateStbReq *pCreat
}
if(pDst->nextColId < 0 || pDst->nextColId >= 0x7fff - pDst->numOfColumns - pDst->numOfTags){
terrno = TSDB_CODE_MND_BIG_FIELD_VALUE;
terrno = TSDB_CODE_MND_FIELD_VALUE_OVERFLOW;
return -1;
}