• mattiasj@witty.'s avatar
    Bug#30480: Falcon: searches fail if LIKE and key partition · 1d7ac774
    mattiasj@witty. authored
    (also fixes the bugs: Bug#29320, Bug#29493 and Bug#30536)
    
    Problem: Partitioning did not handle unordered scans correctly
    for engines with unordered read order.
    
    Solution: do not stop scanning fi a recored is out of range, since
    there can be more records within the range afterwards.
    
    Note: this is the patch that fixes the bug, but since there are no
    storage engines shipped with mysql 5.1 (falcon comes in 6.0) there
    are no test cases (it is a separate patch that only goes into 6.0)
    1d7ac774
ha_partition.cc 167 KB