mariadb/storage/innobase/row
Marko Mäkelä fa9ab779ca MDEV-36545: Possible crash in row_raw_format_str()
row_raw_format_str(): Treat the invalid value charset_coll==0 as binary.
This could be invoked on FTS_%_CONFIG.key or SYS_FOREIGN.ID
or possible other key columns.

dtype_is_utf8(): Merge to its only caller row_raw_format_str().

row_raw_format(): Add debug assertions and comments to document
when dtype_get_charset_coll(prtype) may be 0.
2025-10-23 09:08:08 +03: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-37626 clang -fsanitize=undefined errors in row0log.cc 2025-09-24 10:20:06 +03: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