mariadb/storage/xtradb/handler
Marko Mäkelä e5980bf1b1 Remove the unnecessary method handlerton::release_temporary_latches()
The sole purpose of handlerton::release_temporary_latches and its wrapper
function was to release the InnoDB adaptive hash index latch
(btr_search_latch).

When the btr_search_latch was split into an array of latches
in MySQL 5.7.8 as part of the Oracle Bug#20985298 fix, the "caching"
of the latch across storage engine API calls was removed. As part of that,
the function trx_search_latch_release_if_reserved() was changed to an
assertion and the function trx_reserve_search_latch_if_not_reserved()
was removed, and handlerton::release_temporary_latches() practically
became a no-op.

Note: MDEV-12121 replaced the function
trx_search_latch_release_if_reserved()
with the more appropriately named macro trx_assert_no_search_latch().
2017-06-16 12:37:00 +03:00
..
ha_innodb.cc Remove the unnecessary method handlerton::release_temporary_latches() 2017-06-16 12:37:00 +03:00
ha_innodb.h Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
handler0alter.cc Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
i_s.cc Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
i_s.h Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
xtradb_i_s.cc Merge 10.0 into 10.1 2017-01-04 13:56:11 +02:00
xtradb_i_s.h MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 2017-01-03 19:32:47 +02:00