• Sergey Petrunya's avatar
    BUG#826935 Assertion `!table || (!table->read_set ||... · b4b6090d
    Sergey Petrunya authored
    BUG#826935 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed
    - add_ref_to_table_cond() should not just overwrite pre_idx_push_select_cond
      with the contents tab->select_cond.
      pre_idx_push_select_cond exists precisely for the reason that it may contain
      a condition that is a strict superset of what is in tab->select_cond. 
      The fix is to inject generated equality into pre_idx_push_select_cond.
    b4b6090d
myisam_icp.result 5.84 KB