• Igor Babaev's avatar
    Fixed LP bug #674431. · 4e591173
    Igor Babaev authored
    A non-incremental join buffer cannot be used for inner tables of nested
    outer joins. That's why when join_cache_level is set to 7 it must
    be downgraded to level 6 for the inner tables of nested outer joins.
    For the same reason with join_cache_level set to 3 no join buffer is
    used for the inner tables of outer joins (we could downgrade it to
    level 2, but this level does not support ref access).
    4e591173
sql_select.h 85.6 KB