• Sergei Golubchik's avatar
    don't compare unassigned columns · 3789692d
    Sergei Golubchik authored
    on UPDATE, compare_record() was comparing all columns that are marked
    for writing. But generated columns that are written to the table are
    always deterministic and cannot change unless normal non-generated
    columns were changed. So it's enough to compare only non-generated
    columns that were explicitly assigned values in the SET clause.
    3789692d
sql_update.cc 81.7 KB