• Igor Babaev's avatar
    Ported the fix for LP bug #702310 / bug #59493. · 0aebdc11
    Igor Babaev authored
    An assertion failure was triggered for a 6-way join query that used two
    join buffers.
    The failure happened because every call of JOIN_CACHE::join_matching_records
    saved and restored status of all tables that were accessed before the table
    join_tab. It must do it only for those of them that follow the last table 
    using a join buffer.
    0aebdc11
select_pkeycache.result 142 KB