mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
branches/5.0 bug#39483 InnoDB hang on adaptive hash because of out of order ::open() call by MySQL Under some conditions MySQL calls ::open with search_latch leading to a deadlock as we try to acquire dict_sys->mutex inside ::open breaking the latching order. The fix is to release search_latch. Reviewed by: Heikki
216 KiB
216 KiB