This commit is contained in:
Haojun Liao 2020-06-13 13:10:21 +08:00
parent e65be1be0d
commit 1c07ab9063
1 changed files with 0 additions and 1 deletions

View File

@ -1495,7 +1495,6 @@ static void teardownQueryRuntimeEnv(SQueryRuntimeEnv *pRuntimeEnv) {
}
static bool isQueryKilled(SQInfo *pQInfo) {
return false;
return (pQInfo->code == TSDB_CODE_TSC_QUERY_CANCELLED);
#if 0
/*