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

fix: error in schemaless_insert if insert with multi threads

上级 f31ec1d1
......@@ -2289,6 +2289,8 @@ static int32_t smlParseLine(SSmlHandle *info, char* lines[], int numLines){
static int smlProcess(SSmlHandle *info, char* lines[], int numLines) {
int32_t code = TSDB_CODE_SUCCESS;
int32_t retryNum = 0;
info->cost.parseTime = taosGetTimestampUs();
code = smlParseLine(info, lines, numLines);
......@@ -2303,7 +2305,6 @@ static int smlProcess(SSmlHandle *info, char* lines[], int numLines) {
info->cost.schemaTime = taosGetTimestampUs();
int32_t retryNum = 0;
do{
code = smlModifyDBSchemas(info);
if (code == 0) break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册