• sergefp@mysql.com's avatar
    BUG#21277: Wrong results in index_merge queries: · eefa3a6e
    sergefp@mysql.com authored
    Remove the code that cleared "read fields set" for merged scans. That code
    was based on assumption that "We're going to just read rowids", while 
    actually QUICK_RANGE_SELECT code would also need key part values to check 
    that retrieved record(s) fall within the scanned intervals.
    eefa3a6e
opt_range.cc 335 KB