mariadb/handler
marko 7d0834170d branches/zip: Merge r2617:r2630 from branches/5.1:
bug#39483 InnoDB hang on adaptive hash because of out of order ::open()
call by MySQL

Forward port of r2629

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
2008-09-17 10:54:28 +00:00
..
ha_innodb.cc branches/zip: Merge r2617:r2630 from branches/5.1: 2008-09-17 10:54:28 +00:00
ha_innodb.h branches/zip: Merge 2295:2367 from branches/5.1. 2008-03-17 14:09:44 +00:00
handler0alter.cc branches/zip: ha_innobase::prepare_drop_index(): When there is a 2008-09-09 11:05:56 +00:00
i_s.cc branches/zip: 2008-05-06 11:10:09 +00:00
i_s.h branches/zip: Rename the compression-related INFORMATION_SCHEMA tables 2008-03-28 10:31:24 +00:00
mysql_addons.cc branches/zip: Add the necessary #include "univ.i" that was removed in the 2008-02-08 13:50:28 +00:00