mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '5.5' into 10.1
This commit is contained in:
@ -2156,7 +2156,8 @@ enum_nested_loop_state JOIN_CACHE::join_records(bool skip_last)
|
||||
}
|
||||
|
||||
finish:
|
||||
if (outer_join_first_inner)
|
||||
if (outer_join_first_inner &&
|
||||
join_tab->first_inner == join_tab->first_unmatched)
|
||||
{
|
||||
/*
|
||||
All null complemented rows have been already generated for all
|
||||
|
Reference in New Issue
Block a user