fix TD-33219 for normal table error case
This commit is contained in:
parent
3462292780
commit
6f65247e6c
|
@ -2201,7 +2201,7 @@ int taos_stmt2_bind_param(TAOS_STMT2 *stmt, TAOS_STMT2_BINDV *bindv, int32_t col
|
||||||
if (code) {
|
if (code) {
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
} else {
|
} else if (pStmt->bInfo.tbType == TSDB_CHILD_TABLE && pStmt->sql.autoCreateTbl) {
|
||||||
code = stmtSetTbTags2(stmt, NULL);
|
code = stmtSetTbTags2(stmt, NULL);
|
||||||
if (code) {
|
if (code) {
|
||||||
return code;
|
return code;
|
||||||
|
|
Loading…
Reference in New Issue