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 98e3c21293e..5a5745f87cd 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -5781,7 +5781,6 @@ remove_duplicates(JOIN *join, TABLE *entry,List<Item> &fields, Item *having)
ulong reclength,offset;
uint field_count;
THD *thd= current_thd;
-
DBUG_ENTER("remove_duplicates");
entry->reginfo.lock_type=TL_WRITE;