diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-10-17 18:55:46 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-10-17 18:55:46 +0300 |
commit | 2fa4ed031ce6cc6370671058ccc3d119b8cb3d91 (patch) | |
tree | 8b584229d69f9f07e6516d7fc532b323469e21f0 /sql/rpl_utility.cc | |
parent | c2c1550f57bf61e60b778dc889be132cca176ff3 (diff) | |
download | mariadb-git-2fa4ed031ce6cc6370671058ccc3d119b8cb3d91.tar.gz |
MDEV-17483 Insert on delete-marked record can wrongly inherit old values for instantly added column
row_ins_clust_index_entry_low(): Do not call dtuple_t::trim()
before row_ins_clust_index_entry_by_modify(), so that the values
of all columns will be available in row_upd_build_difference_binary().
If applicable, the tuple can be trimmed in btr_cur_optimistic_update()
or btr_cur_pessimistic_update(), which will be called by
row_ins_clust_index_entry_by_modify().
Diffstat (limited to 'sql/rpl_utility.cc')
0 files changed, 0 insertions, 0 deletions