mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Ported the fix for bug #57024 (a performance issue for outer joins).
Employed the same kind of optimization as in the fix for the cases when join buffer is used. The optimization performs early evaluation of the conditions from on expression with table references to only outer tables of an outer join.
This commit is contained in:
@ -223,7 +223,7 @@ handler::multi_range_read_init(RANGE_SEQ_IF *seq_funcs, void *seq_init_param,
|
||||
|
||||
int handler::multi_range_read_next(char **range_info)
|
||||
{
|
||||
int UNINIT_VAR(result);
|
||||
int result= HA_ERR_END_OF_FILE;
|
||||
int range_res;
|
||||
DBUG_ENTER("handler::multi_range_read_next");
|
||||
|
||||
|
Reference in New Issue
Block a user