Skip to content

Commit 6d826e3

Browse files
committed
Remove commented out code post merge fix in 2011
1 parent 03eb159 commit 6d826e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/sql_select.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,11 @@ JOIN::prepare(Item ***rref_pointer_array,
696696
}
697697

698698
table_count= select_lex->leaf_tables.elements;
699-
699+
700700
TABLE_LIST *tbl;
701701
List_iterator_fast<TABLE_LIST> li(select_lex->leaf_tables);
702702
while ((tbl= li++))
703703
{
704-
//table_count++; /* Count the number of tables in the join. */
705704
/*
706705
If the query uses implicit grouping where the select list contains both
707706
aggregate functions and non-aggregate fields, any non-aggregated field

0 commit comments

Comments
 (0)