mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Subquery optimizations: non-semijoin materialization
- Backport into Maria DB 5.3, part 1
This commit is contained in:
@ -715,8 +715,8 @@ void st_select_lex_unit::reinit_exec_mechanism()
|
||||
TRUE - error
|
||||
*/
|
||||
|
||||
bool st_select_lex_unit::change_result(select_subselect *new_result,
|
||||
select_subselect *old_result)
|
||||
bool st_select_lex_unit::change_result(select_result_interceptor *new_result,
|
||||
select_result_interceptor *old_result)
|
||||
{
|
||||
bool res= FALSE;
|
||||
for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select())
|
||||
|
Reference in New Issue
Block a user