• Sergey Petrunya's avatar
    Make EXPLAIN better at displaying MRR/BKA: · 997445bc
    Sergey Petrunya authored
    - "Using MRR" is no longer shown with range access.
    - Instead, both range and BKA accesses will show one of the following:
      = "Rowid-ordered scan"
      = "Key-ordered scan"
      = "Key-ordered Rowid-ordered scan"
    depending on whether DS-MRR implementation will do scan keys in order, rowids in order,
    or both.
    - The patch also introduces a way for other storage engines/MRR implementations to
      pass information to EXPLAIN output about the properties of employed MRR scans.
    997445bc
mix2_myisam.result 57.1 KB