fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface

This commit is contained in:
wangmm0220 2023-05-05 17:31:08 +08:00
parent 0a469484fa
commit fdee112ae4
1 changed files with 2 additions and 0 deletions

View File

@ -1335,6 +1335,8 @@ static int32_t smlInsertData(SSmlHandle *info) {
} }
taosArrayPush(info->pRequest->tableList, &pName); taosArrayPush(info->pRequest->tableList, &pName);
tstrncpy(pName.tname, tableData->childTableName, strlen(tableData->childTableName) + 1);
SRequestConnInfo conn = {0}; SRequestConnInfo conn = {0};
conn.pTrans = info->taos->pAppInfo->pTransporter; conn.pTrans = info->taos->pAppInfo->pTransporter;
conn.requestId = info->pRequest->requestId; conn.requestId = info->pRequest->requestId;