• Varun Gupta's avatar
    MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKA · f91eb71e
    Varun Gupta authored
    The issue was that r_loops, r_rows and r_filtered in ANALYZE FORMAT= JSON were not
    calculated for the table on which we were performing the MRR scan in the BKA join
    Fixed this by adding respective counter in the JOIN_TAB_SCAN_MRR::open and JOIN_TAB_SCAN_MRR::next
    f91eb71e
sql_join_cache.cc 142 KB