Remove commented out code post merge fix in 2011
This commit is contained in:
parent
03eb15933d
commit
6d826e3d7e
@ -701,7 +701,6 @@ JOIN::prepare(Item ***rref_pointer_array,
|
|||||||
List_iterator_fast<TABLE_LIST> li(select_lex->leaf_tables);
|
List_iterator_fast<TABLE_LIST> li(select_lex->leaf_tables);
|
||||||
while ((tbl= li++))
|
while ((tbl= li++))
|
||||||
{
|
{
|
||||||
//table_count++; /* Count the number of tables in the join. */
|
|
||||||
/*
|
/*
|
||||||
If the query uses implicit grouping where the select list contains both
|
If the query uses implicit grouping where the select list contains both
|
||||||
aggregate functions and non-aggregate fields, any non-aggregated field
|
aggregate functions and non-aggregate fields, any non-aggregated field
|
||||||
|
Loading…
x
Reference in New Issue
Block a user