This commit is contained in:
slguan 2019-09-10 13:37:35 +08:00
parent 7c511c0445
commit 2a93b80642
1 changed files with 0 additions and 2 deletions

View File

@ -267,8 +267,6 @@ void *tscProcessMsgFromServer(char *msg, void *ahandle, void *thandle) {
tscTrace("%p no response from ip:0x%x", pSql, pSql->ip); tscTrace("%p no response from ip:0x%x", pSql, pSql->ip);
// for single node situation, do NOT try next index // for single node situation, do NOT try next index
assert(pSql->index == 0);
pSql->thandle = NULL; pSql->thandle = NULL;
// todo taos_stop_query() in async model // todo taos_stop_query() in async model