mariadb/storage/innobase
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
..
btr Merge 10.1 into 10.2 2020-03-13 07:20:36 +02:00
buf Merge 10.1 into 10.2 2020-04-28 19:39:40 +03:00
data MDEV-19292 "Row size too large" error when creating table with lots columns when row format is DYNAMIC or COMPRESSED 2019-07-05 17:02:21 +03:00
dict MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
eval MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
fil MDEV-21168: Active XA transactions stop slave from working after backup 2020-04-07 15:05:38 +03:00
fsp MDEV-21024: Cleanup XDES_CLEAN_BIT 2019-11-11 14:18:50 +02:00
fts Merge 10.1 into 10.2 2020-04-28 19:39:40 +03:00
fut
gis Cleanup: Declare rtr_get_father_node() statically 2020-04-28 19:37:07 +03:00
ha
handler Merge 10.1 into 10.2 2020-04-28 19:39:40 +03:00
ibuf remove fishy reinterpret_cast from buf_page_is_zeroes() 2020-03-20 21:35:42 +03:00
include Merge 10.1 into 10.2 2020-04-28 19:39:40 +03:00
lock Merge 10.1 into 10.2 2020-04-27 13:28:13 +03:00
log MDEV-21168: Active XA transactions stop slave from working after backup 2020-04-07 15:05:38 +03:00
mach
mem Cleanup: Remove mem_block_t::magic_n and mem_block_validate() 2020-02-03 12:34:08 +02:00
mtr Clean up mtr_t::commit() further 2019-11-13 09:51:28 +02:00
mysql-test/storage_engine
os innodb: fix typo in function description 2020-03-16 17:36:16 +01:00
page blind fix for Windows building 2020-03-21 20:37:00 +03:00
pars MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
que InnoDB: reduce size of dtuple_t 2020-03-20 21:35:42 +03:00
read MVCC::view_close(): Correct comments 2019-09-04 09:42:38 +03:00
rem MDEV-21512 InnoDB may hang due to SPATIAL INDEX 2020-01-17 14:27:29 +02:00
row MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEY 2020-04-28 19:39:51 +03:00
srv Merge 10.1 into 10.2 2020-04-27 13:28:13 +03:00
sync MDEV-14482 - Cache line contention on ut_rnd_interval() 2019-12-10 17:01:36 +02:00
trx MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
ut MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSR 2019-12-10 16:59:34 +02:00
.clang-format add .clang-format file for InnoDB 2019-10-29 21:56:24 +03:00
bzip2.cmake
CMakeLists.txt MDEV-21337 fix aligned_malloc() 2019-12-18 20:09:52 +08:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-21362 do something with -fno-builtin-memcmp for rem0cmp.cc 2019-12-24 17:03:27 +08:00
lz4.cmake
lzma.cmake
lzo.cmake
plugin_exports
snappy.cmake