• Aleksey Midenkov's avatar
    MDEV-19406 Assertion on updating view of join with versioned table · a92f3146
    Aleksey Midenkov authored
    TABLE::mark_columns_needed_for_update(): use_all_columns() assigns
    pointer of all_set into read_set and write_set, but this is not good
    since all_set is changed later by
    TABLE::mark_columns_used_by_index_no_reset().
    
    Do column_bitmaps_signal() whenever we change read_set/write_set.
    a92f3146
sql_insert.cc 157 KB