enh gen first tag name

This commit is contained in:
yihaoDeng 2023-10-20 14:02:13 +08:00
parent e13fb887b8
commit 1bc7e5eb85
1 changed files with 0 additions and 1 deletions

View File

@ -882,7 +882,6 @@ static int32_t mndCreateStb(SMnode *pMnode, SRpcMsg *pReq, SMCreateStbReq *pCrea
if (mndAcquireGlobalIdx(pMnode, fullIdxName, SDB_IDX, &idx) == 0 && idx.pIdx != NULL) {
terrno = TSDB_CODE_MND_TAG_INDEX_ALREADY_EXIST;
mndReleaseIdx(pMnode, idx.pIdx);
goto _OVER;
}