add test case

This commit is contained in:
yihaoDeng 2024-11-27 09:12:17 +08:00
parent 89ee604083
commit a84a849ef7
1 changed files with 1 additions and 0 deletions

View File

@ -2334,6 +2334,7 @@ static int metaUpdateTableTagVal(SMeta *pMeta, int64_t version, SVAlterTbReq *pA
metaError("meta/table: failed to get tb db, uid:%" PRId64, uid);
tdbTbcClose(pUidIdxc);
tdbTbcClose(pTbDbc);
return terrno = TSDB_CODE_INVALID_MSG;
}
if ((ctbEntry.pBuf = taosMemoryMalloc(nData)) == NULL) {