mariadb/storage/innobase/btr
Marko Mäkelä 315b60e885 MDEV-26599 Assertion `!table->id' failed in btr_search_lazy_free
btr_search_lazy_free(): Check for !table->id. It is possible that
dict_sys_t::remove(table, ...) has started executing but has not
reached the final part yet. If that is the case, let
dict_sys_t::remove() observe that table->freed_indexes is empty
and let it free the table object.

Reviewed by: Thirunarayanan Balathandayuthapani
Tested by: Saahil Alam
2025-10-22 09:25:18 +03:00
..
btr0btr.cc MDEV-32175: Reduce page_align(), page_offset() calls 2024-11-21 11:01:30 +02:00
btr0bulk.cc MDEV-32175: Reduce page_align(), page_offset() calls 2024-11-21 11:01:30 +02:00
btr0cur.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-25 09:11:41 +05:30
btr0defragment.cc MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT 2023-01-24 14:09:21 +02:00
btr0pcur.cc MDEV-34791: Redundant page lookups hurt performance 2024-09-03 14:15:57 +03:00
btr0sea.cc MDEV-26599 Assertion `!table->id' failed in btr_search_lazy_free 2025-10-22 09:25:18 +03:00