mariadb/storage/innobase/srv
Marko Mäkelä 4164f17ba7 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:13:27 +03:00
..
srv0mon.cc MDEV-21923: LSN allocation is a bottleneck 2025-04-10 13:02:17 +03:00
srv0srv.cc MDEV-37360: SIGSEGV in srv_printf_innodb_monitor 2025-08-08 14:13:27 +03:00
srv0start.cc Merge branch '10.6' into 10.11 2025-07-28 18:06:31 +02:00