mariadb/storage/innobase/row
Marko Mäkelä 2644e52fdb MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEY
During the UPDATE of PRIMARY KEY columns, we may miscalculate the
size of the clustered index record.

row_upd_clust_rec_by_insert(): Pass the total number of off-page columns,
which may include such columns that were inherited from the record
and not created as part of the UPDATE operation.

This is based on
mysql/mysql-server@490c45e8c8
which is a follow-up to
mysql/mysql-server@1fa475b85d
which we filed and fixed as MDEV-21511.

No test case was provided by Oracle.
2020-04-28 19:39:51 +03:00
..
row0ext.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0ftsort.cc MDEV-21511: Remove unnecessary code 2020-01-17 14:27:29 +02:00
row0import.cc MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pages 2020-04-15 14:51:49 +03:00
row0ins.cc Merge 10.1 into 10.2 2020-04-27 13:28:13 +03:00
row0log.cc MDEV-21511: Remove unnecessary code 2020-01-17 14:27:29 +02:00
row0merge.cc MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACE 2020-03-19 14:23:47 +02:00
row0mysql.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
row0purge.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
row0quiesce.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.cc MDEV-21511: Remove unnecessary code 2020-01-17 14:27:29 +02:00
row0sel.cc MDEV-20950 Reduce size of record offsets 2019-12-13 00:26:50 +07:00
row0trunc.cc MDEV-21069 Crash on DROP TABLE if the data file is corrupted 2019-11-19 00:07:06 +02:00
row0uins.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
row0umod.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
row0undo.cc MDEV-13626: Improve innodb.xa_recovery_debug 2020-04-01 09:13:01 +03:00
row0upd.cc MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEY 2020-04-28 19:39:51 +03:00
row0vers.cc Cleanup: Remove a constant parameter 2020-04-24 10:42:08 +03:00