[td-225] enable kill query.

This commit is contained in:
Haojun Liao 2020-06-17 18:23:05 +08:00
parent e4140b90f8
commit 3339f80298
1 changed files with 0 additions and 1 deletions

View File

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