• Igor Babaev's avatar
    Fixed bug mdev-3888. · c9d73dce
    Igor Babaev authored
    When inserting a record with update on duplicate keys the server calls
    the ha_index_read_idx_map handler function to look for the record
    that violates unique key constraints. The third parameter of this call
    should mark only the base components of the index where the server is
    searched for the record. Possible hidden components of the primary key
    are to be unmarked.
    c9d73dce
sql_insert.cc 140 KB