• Sergey Petrunya's avatar
    BUG#665669: Result differences on query re-execution · d64cf60f
    Sergey Petrunya authored
    - Cause: handler::in_range_check_pushed_down was not reset when a 
      command would call handler->idx_cond_push() without later calling
      handler->index_end().
    - Fix: reset the variable in handler->reset(), too (like we do with other
      Index Condition Pushdown members).
    d64cf60f
ha_maria.cc 119 KB