mariadb/storage/innobase/srv
Marko Mäkelä 9ffec4c1f3 MDEV-37360: SIGSEGV in srv_printf_innodb_monitor
srv_printf_innodb_monitor(): After acquiring a latch,
abort the iteration if innodb_adaptive_hash_index=OFF.
If the adaptive hash index was disabled in a concurrently
executing thread, btr_search_sys_t::partition::clear() would have
freed part->heap, leading to us dereferencing a null pointer.

Reviewed by: Thirunarayanan Balathandayuthapani
Tested by: Saahil Alam
2025-08-08 14:11:45 +03:00
..
srv0mon.cc MDEV-33613 InnoDB may still hang when temporarily running out of buffer pool 2024-03-22 14:17:39 +02:00
srv0srv.cc MDEV-37360: SIGSEGV in srv_printf_innodb_monitor 2025-08-08 14:11:45 +03:00
srv0start.cc MDEV-35863 innodb.doublewrite_debug test case fails to start the server 2025-06-23 15:48:43 +05:30