There was an error while loading. Please reload this page.
1 parent 03eb159 commit 6d826e3Copy full SHA for 6d826e3
sql/sql_select.cc
@@ -696,12 +696,11 @@ JOIN::prepare(Item ***rref_pointer_array,
696
}
697
698
table_count= select_lex->leaf_tables.elements;
699
-
+
700
TABLE_LIST *tbl;
701
List_iterator_fast<TABLE_LIST> li(select_lex->leaf_tables);
702
while ((tbl= li++))
703
{
704
- //table_count++; /* Count the number of tables in the join. */
705
/*
706
If the query uses implicit grouping where the select list contains both
707
aggregate functions and non-aggregate fields, any non-aggregated field
0 commit comments