summaryrefslogtreecommitdiff
path: root/sql/select_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/select_handler.cc')
-rw-r--r--sql/select_handler.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/select_handler.cc b/sql/select_handler.cc
index b364cb12341..c8f92461fd0 100644
--- a/sql/select_handler.cc
+++ b/sql/select_handler.cc
@@ -103,9 +103,6 @@ bool Pushdown_select::send_data()
Protocol *protocol= thd->protocol;
DBUG_ENTER("Pushdown_select::send_data");
- if (thd->killed == ABORT_QUERY)
- DBUG_RETURN(false);
-
protocol->prepare_for_resend();
if (protocol->send_result_set_row(&result_columns))
{