From 2a93b806423c0cc9798f0e560fd52600bc9c6bf8 Mon Sep 17 00:00:00 2001 From: slguan Date: Tue, 10 Sep 2019 13:37:35 +0800 Subject: [PATCH] fix issue #486 --- src/client/src/tscServer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/src/tscServer.c b/src/client/src/tscServer.c index 7f6ad8c551..49b58d8f3a 100644 --- a/src/client/src/tscServer.c +++ b/src/client/src/tscServer.c @@ -267,8 +267,6 @@ void *tscProcessMsgFromServer(char *msg, void *ahandle, void *thandle) { tscTrace("%p no response from ip:0x%x", pSql, pSql->ip); // for single node situation, do NOT try next index - assert(pSql->index == 0); - pSql->thandle = NULL; // todo taos_stop_query() in async model