chore: check tag cond for insert
This commit is contained in:
parent
8ffb8b652f
commit
3ccc3d80e0
|
@ -945,6 +945,7 @@ static int32_t parseTagsClauseImpl(SInsertParseContext* pCxt, SVnodeModifyOpStmt
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TSDB_CODE_SUCCESS == code && NULL != pStmt->pTagCond) {
|
if (TSDB_CODE_SUCCESS == code && NULL != pStmt->pTagCond) {
|
||||||
|
assert(0);
|
||||||
code = checkSubtablePrivilege(pTagVals, pTagName, &pStmt->pTagCond);
|
code = checkSubtablePrivilege(pTagVals, pTagName, &pStmt->pTagCond);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue