[tbase-814]

This commit is contained in:
fangpanpan 2019-11-15 16:03:04 +08:00
parent c0f37c7261
commit 29a98bbe61
1 changed files with 2 additions and 1 deletions

View File

@ -431,8 +431,9 @@ void *tscProcessMsgFromServer(char *msg, void *ahandle, void *thandle) {
}
}
} else {
#ifdef CLUSTER
uint16_t rspCode = pMsg->content[0];
#ifdef CLUSTER
if (rspCode == TSDB_CODE_REDIRECT) {
tscTrace("%p it shall be redirected!", pSql);