• marko's avatar
    branches/zip: btr_push_update_extern_fields(): Add parameter "index" · c6f5ea28
    marko authored
    and use it for flagging externally stored columns in the data tuple.
    The data tuple contains the same columns as the clustered index record,
    but in a different order.  This error was introduced in r1591.
    
    TODO: the assertion ut_ad(!dfield_is_ext()) may fail in
    btr_cur_pessimistic_update().
    c6f5ea28
btr0cur.h 27.9 KB