This commit is contained in:
Minglei Jin 2024-09-19 12:36:02 +08:00
parent 73e590ef1d
commit add35916ae
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ int stmtSetTbTags2(TAOS_STMT2* stmt, TAOS_STMT2_BIND* tags) {
STMT_ERR_RET(TSDB_CODE_APP_ERROR); STMT_ERR_RET(TSDB_CODE_APP_ERROR);
} }
if (pStmt->bInfo.inExecCache && (!pStmt->sql.autoCreateTbl)) { if (pStmt->bInfo.inExecCache && !pStmt->sql.autoCreateTbl) {
return TSDB_CODE_SUCCESS; return TSDB_CODE_SUCCESS;
} }