summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authorVarun Gupta <varun.gupta@mariadb.com>2021-02-15 11:16:20 +0530
committerVarun Gupta <varun.gupta@mariadb.com>2021-02-17 16:15:43 +0530
commitd542c8d61f47ee46a09fd10a046f262ff6a08336 (patch)
tree8a16e051b969d0fcdd8528f61ebc46a5bba11fb4 /sql/sql_select.cc
parent37a10ddf9001e4d1e80a09a51f98e7e6579bbc84 (diff)
downloadmariadb-git-d542c8d61f47ee46a09fd10a046f262ff6a08336.tar.gz
Review fixes
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;