summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index 7dd7e8dc438..7595ed4c99b 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -10968,7 +10968,6 @@ bool JOIN::get_best_combination()
j->table= NULL;
j->ref.key = -1;
j->on_expr_ref= (Item**) &null_ptr;
- j->is_sort_nest= TRUE;
j->records_read= calculate_record_count_for_sort_nest(tables);
j->records= (ha_rows) j->records_read;
j->cond_selectivity= 1.0;