mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@ -893,6 +893,12 @@ bool st_select_lex_unit::cleanup()
|
||||
join->tables_list= 0;
|
||||
join->table_count= 0;
|
||||
join->top_join_tab_count= 0;
|
||||
if (join->tmp_join && join->tmp_join != join)
|
||||
{
|
||||
join->tmp_join->tables_list= 0;
|
||||
join->tmp_join->table_count= 0;
|
||||
join->tmp_join->top_join_tab_count= 0;
|
||||
}
|
||||
}
|
||||
error|= fake_select_lex->cleanup();
|
||||
/*
|
||||
|
Reference in New Issue
Block a user