[Cc Marko and Brandon in case you have any input]
Hi Monty,
Here's a fix I'm planning to push to 11.4.
It relates directly to a commit of yours, part of which looks
incorrect, so the main part of this patch is partially reverting that.
Marko FYI, this fix seems to have exposed a missing part (which is added
in this patch) in ha_innobase::column_bitmaps_signal(). If the
clustered key is being updated in a table with virtual columns, then
all virtual columns in secondary indexes must be computed, so those
indexes can be updated.
Kristian Nielsen (1):
MDEV-38734: Virtual columns wrongly included in
binlog_row_image=MINIMAL
mysql-test/suite/rpl/r/rpl_mdev38734.result | 17 +++++++++++
mysql-test/suite/rpl/t/rpl_mdev38734.test | 21 ++++++++++++++
sql/table.cc | 31 +++++++++++++++++----
storage/innobase/handler/ha_innodb.cc | 23 +++++++++++++--
4 files changed, 84 insertions(+), 8 deletions(-)
create mode 100644 mysql-test/suite/rpl/r/rpl_mdev38734.result
create mode 100644 mysql-test/suite/rpl/t/rpl_mdev38734.test
--
2.47.3
_______________________________________________
commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]