summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-04-30 21:11:36 +0200
committerunknown <serg@serg.mylan>2004-04-30 21:11:36 +0200
commit2be0cbb8889543f44a93bf5001ea1c7fb6d71ac2 (patch)
treea468ef24637dbcb016f4f46fa2491caf665e6acd /sql/sql_select.cc
parentdc861599cd05062df8b0df96e1c37524962e73a4 (diff)
downloadmariadb-git-2be0cbb8889543f44a93bf5001ea1c7fb6d71ac2.tar.gz
removed duplicated check for thd->killed
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc2
1 files changed, 0 insertions, 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)
{