mariadb/storage/innobase/row
Marko Mäkelä 5f6109abe5 MDEV-38618 Unused variable dict_table_t::fk_max_recusive_level
Ever since mysql/mysql-server@377774689b
was applied in commit 2e814d4702d71a04388386a9f591d14a35980bfed
the data member dict_table_t::fk_max_recusive_level is never being
read, only initialized as 0. Let us follow the lead of
mysql/mysql-server@b22ac19f10
and remove this useless field.
2026-01-21 14:33:31 +02:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc MDEV-31892 Server crash upon moving InnoDB table with 2026-01-09 21:15:14 +05:30
row0import.cc MDEV-38391 Memory leak in innodb.import_hidden_fts_debug 2026-01-08 12:52:03 +05:30
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-31892 Server crash upon moving InnoDB table with 2026-01-09 21:15:14 +05:30
row0mysql.cc MDEV-38618 Unused variable dict_table_t::fk_max_recusive_level 2026-01-21 14:33:31 +02: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