提交 fdee112a 编写于 作者: wmmhello's avatar wmmhello

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

fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface
上级 0a469484
......@@ -1335,6 +1335,8 @@ static int32_t smlInsertData(SSmlHandle *info) {
}
taosArrayPush(info->pRequest->tableList, &pName);
tstrncpy(pName.tname, tableData->childTableName, strlen(tableData->childTableName) + 1);
SRequestConnInfo conn = {0};
conn.pTrans = info->taos->pAppInfo->pTransporter;
conn.requestId = info->pRequest->requestId;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册