mariadb/mysql-test/suite
Thirunarayanan Balathandayuthapani b9e592a786 MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field
Problem:
=======
InnoDB wrongly stores the primary key field in externally
stored off page during bulk insert operation. This leads
to assert failure.

Solution:
========
row_merge_buf_blob(): Should store the primary key fields
inline. Store the variable length field data externally
based on the row format of the table.

row_merge_buf_write(): check whether the record size exceeds
the maximum record size.

row_merge_copy_blob_from_file(): Construct the tuple based on
the variable length field
2024-12-09 20:27:12 +05:30
..
archive Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
atomic
binlog MDEV-35350: Backport search_pattern_in_file.inc SEARCH_WAIT to 10.5 2024-11-12 05:54:50 -07:00
binlog_encryption
client
compat Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
csv
encryption MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
engines Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
federated Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
funcs_1 Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
funcs_2
galera Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
galera_3nodes Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
galera_3nodes_sr
galera_sr Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
gcol Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
handler MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
heap
innodb MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
innodb_fts Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
innodb_gis Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
innodb_i_s
innodb_zip Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
jp
json Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
large_tests
maria Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
mariabackup MDEV-35257 Backup fails during an ALTER TABLE with FULLTEXT INDEX 2024-10-28 07:44:18 +02:00
mtr/t
mtr2
multi_source
optimizer_unfixed_bugs
parts Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
perfschema Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
perfschema_stress
period Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
plugins Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
roles Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
rpl Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
s3
sql_sequence Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
storage_engine
stress MDEV-34453 Trying to read 16384 bytes at 70368744161280 outside the bounds of the file: ./ibdata1 2024-09-20 20:26:43 +05:30
sys_vars Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
sysschema
unit
vcol Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
versioning Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
wsrep