Addressed the issues raised in the review for the main patch

of mdev-8789.
Fixed a bug in TABLE_LIST::print.
Fixed another bug for the case when the definition of a
WITH table contained column list while the join in the main
query used two instances of this table.
This commit is contained in:
Igor Babaev 2016-02-17 14:30:25 -08:00
commit f340aaeb52
12 changed files with 334 additions and 39 deletions

View file

@ -1882,6 +1882,7 @@ void st_select_lex_unit::init_query()
derived= 0;
with_clause= 0;
with_element= 0;
columns_are_renamed= false;
}
void st_select_lex::init_query()