mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
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:
parent
22f52f1f09
commit
f340aaeb52
12 changed files with 334 additions and 39 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue