From e95debcefecf02fc4fb99dd9223f7d866bf7eb70 Mon Sep 17 00:00:00 2001 From: "serg@serg.mylan" <> Date: Fri, 30 Apr 2004 21:11:36 +0200 Subject: [PATCH] removed duplicated check for thd->killed --- sql/sql_select.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql/sql_select.cc b/sql/sql_select.cc index bdc5091d386..a97c484c483 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -2653,8 +2653,6 @@ find_best(JOIN *join,table_map rest_tables,uint idx,double record_count, ha_rows rec; double tmp; THD *thd= join->thd; - if (thd->killed) // Abort - return; if (!rest_tables) {