• Aleksey Midenkov's avatar
    MDEV-22061 InnoDB: Assertion of missing row in sec index row_start upon... · af57c658
    Aleksey Midenkov authored
    MDEV-22061 InnoDB: Assertion of missing row in sec index row_start upon REPLACE on a system-versioned table
    
    make_versioned_helper() appended new update field unconditionally
    while it should check if this field already exists in update vector.
    
    Misc renames to conform versioning prefix. vers_update_fields() name
    conforms with sql layer TABLE::vers_update_fields().
    af57c658
row0upd.h 23.9 KB