mariadb/storage/innobase
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
..
btr MDEV-26599 Assertion `!table->id' failed in btr_search_lazy_free 2025-10-22 09:25:18 +03:00
buf MDEV-37042 innodb_undo_log_truncate=ON leads to out-of-bounds write 2026-01-21 11:32:16 +05:30
data Merge 10.4 into 10.5 2022-10-25 11:26:37 +03:00
dict MDEV-38618 Unused variable dict_table_t::fk_max_recusive_level 2026-01-21 14:33:31 +02:00
eval MDEV-27336 Crash on DROP DATABASE due to out-of-bounds result from InnoDB SUBSTR() 2021-12-21 17:33:26 +02:00
fil MDEV-38271 Server hangs during concurrent set innodb_encryption_threads 2025-12-22 14:22:57 +05:30
fsp MDEV-38419: Fix some clang-21 -fsanitize=memory failures 2026-01-02 09:25:46 +02:00
fts MDEV-31892 Server crash upon moving InnoDB table with 2026-01-09 21:15:14 +05:30
fut MDEV-38419: Fix some clang-21 -fsanitize=memory failures 2026-01-02 09:25:46 +02:00
gis MDEV-27675 review fixup 2025-10-23 07:36:12 +03:00
ha MDEV-35472 Server crash in ha_storage_put_memlim upon reading from INNODB_LOCKS 2024-11-25 10:31:57 +02:00
handler MDEV-38374 nonsense code in wsrep_store_key_val_for_row() 2025-12-26 23:49:47 +01:00
ibuf MDEV-29930 Lock order inversion in ibuf_remove_free_page() 2025-09-11 13:20:48 +03:00
include MDEV-38618 Unused variable dict_table_t::fk_max_recusive_level 2026-01-21 14:33:31 +02:00
lock MDEV-36639 innodb_snapshot_isolation=1 gives error for not committed row changes 2025-04-22 20:41:43 +03:00
log MDEV-38419: Fix some clang-21 -fsanitize=memory failures 2026-01-02 09:25:46 +02:00
mem Cleanup: Remove duplicated code 2024-11-29 14:16:34 +02:00
mtr MDEV-37755 fil_space_t::drop() doesn't remove space from fil_system.named_spaces 2025-11-10 13:37:14 +03:00
mysql-test/storage_engine MDEV-36330: SERIALIZABLE read inconsistency 2025-07-11 16:07:08 +03:00
os MDEV-36226 Stall and crash when page cleaner fails to generate free pages during Async flush 2025-03-31 19:09:23 +05:30
page MDEV-37688: Relax a too strict assertion 2025-12-03 08:48:24 +02:00
pars MDEV-35436 dict_stats_fetch_from_ps() unnecessarily holds exclusive dict_sys.latch 2025-02-13 16:54:17 +01:00
que MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
read MDEV-34515: Contention between purge and workload 2024-08-26 12:23:06 +03:00
rem Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
row MDEV-38618 Unused variable dict_table_t::fk_max_recusive_level 2026-01-21 14:33:31 +02:00
srv MDEV-37360: SIGSEGV in srv_printf_innodb_monitor 2025-08-08 14:11:45 +03:00
sync MDEV-34973: innobase/lock0lock: add noexcept 2024-10-01 09:53:16 +03:00
trx MDEV-38140: InnoDB index corruption after UPDATE affecting virtual 2026-01-15 12:19:48 +05:30
unittest MDEV-35587 unit.innodb_sync leaks memory on mac 2024-12-12 10:27:36 +11:00
ut MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt MDEV-36316/MDEV-36327/MDEV-36328 Debug msan 2025-05-28 16:28:34 +10:00
COPYING.Google
COPYING.Percona
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00