• Igor Babaev's avatar
    Fixed LP bug #707848. · 3e868cd3
    Igor Babaev authored
    This was another bug in the patch for bug 698882. The new
    code from this patch did not ensured that substitutions
    of fields for best equal fields were performed on all
    AND-OR levels. As a result substitutions for best fields
    in some predicates that had been used by the range optimizer
    were not actually performed while range plans could employ
    these substitutions. This could lead to inconsistent data
    structures and ultimately to a crash.
    3e868cd3
sql_select.cc 639 KB