mariadb/storage/innobase/row
Marko Mäkelä 37dce6b547 MDEV-38463: subtraction of unsigned offset ... overflowed
row_log_table_apply_ops(), row_log_apply_ops(): When switching
buffers, do not subtract addresses of unrelated buffers, but
simply set mrec_end relative to mrec. This makes the code more
readable and will avoid a runtime error from clang -fsanitize=undefined
depending on what kind of addresses are being returned by
row_log_block_allocate().
2026-01-02 10:25:13 +02:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
row0import.cc MDEV-35494 fil_space_t::fil_space_t() may be unsafe with GCC -flifetime-dse 2024-12-11 14:44:42 +02:00
row0ins.cc MDEV-36360: Don't grab table-level X locks for applied inserts 2025-04-02 04:50:30 +02:00
row0log.cc MDEV-38463: subtraction of unsigned offset ... overflowed 2026-01-02 10:25:13 +02:00
row0merge.cc MDEV-35413 InnoDB: Cannot load compressed BLOB 2024-11-22 08:33:03 +02:00
row0mysql.cc MDEV-36061 Incorrect error handling on DDL with FULLTEXT INDEX 2025-02-13 16:28:06 +01:00
row0purge.cc MDEV-35508 Race condition between purge and secondary index INSERT or UPDATE 2024-11-29 10:44:38 +02:00
row0quiesce.cc MDEV-34388: Stack overflow on Alpine Linux 2025-05-20 17:27:05 +03:00
row0row.cc MDEV-36545: Possible crash in row_raw_format_str() 2025-10-23 09:08:08 +03:00
row0sel.cc MDEV-36015: unrepresentable value in row_parse_int() 2025-02-13 15:10:53 +01:00
row0uins.cc MDEV-32050: Clean up log parsing 2023-10-25 08:27:08 +03:00
row0umod.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-25 09:11:41 +05:30
row0undo.cc MDEV-32175: Reduce page_align(), page_offset() calls 2024-11-21 11:01:30 +02:00
row0upd.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-25 09:11:41 +05:30
row0vers.cc MDEV-37753 lock_sec_rec_some_has_impl() unnecessarily fetches history 2025-10-09 10:44:29 +03:00