mariadb/storage
Marko Mäkelä 2e9f4cdc44 MDEV-21936 Assertion !btr_search_own... in btr_search_drop_page_hash_index
This is a regression due to the cleanup
commit 12f804acfa.

row_sel_open_pcur(): Remove the unnecessary parameter.
It suffices for us to acquire the adaptive hash index latch
only when btr_search_guess_on_hash() is called by
btr_cur_search_to_nth_level_func(), in
btr_pcur_open_with_no_init().

This code seems to be a relic from the times when there was
only one btr_search_latch, which was held in shared mode
for longer periods of time. Another relic of that era was
removed in commit e5980bf1b1.
This clean-up was missed when the btr_search_latch was split in
mysql/mysql-server/commit@ab17ab91ce18a47bb6c5c49e4dc0505ad488a448
(MySQL 5.7.8).
2020-05-19 15:43:35 +03:00
..
archive Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
blackhole Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
cassandra Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
connect Merge branch '10.2' into 10.3 2020-05-04 16:47:11 +02:00
csv Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
example Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
federated Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
federatedx Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
heap MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
innobase MDEV-21936 Assertion !btr_search_own... in btr_search_drop_page_hash_index 2020-05-19 15:43:35 +03:00
maria Merge 10.2 into 10.3 2020-04-27 14:24:41 +03:00
mroonga Merge 10.2 into 10.3 2020-04-15 09:56:03 +03:00
myisam Merge 10.2 into 10.3 2020-04-22 14:45:55 +03:00
myisammrg Merge 10.2 into 10.3 2020-03-13 12:31:55 +02:00
oqgraph Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
perfschema Merge 10.2 into 10.3 2020-03-13 12:31:55 +02:00
rocksdb Merge 10.2 into 10.3 2020-04-15 09:56:03 +03:00
sequence MDEV-20753: Sequence with limit 0 crashes server 2019-10-09 08:55:00 +02:00
sphinx Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
spider MDEV-21884 MariaDB with Spider crashes on a query 2020-04-17 01:49:46 +09:00
test_sql_discovery Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
tokudb Merge 10.2 into 10.3 2020-05-15 17:55:01 +03:00