summaryrefslogtreecommitdiff
path: root/storage/innobase/btr/btr0sea.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6bb-10.6-MDEV-25016Marko Mäkelä2021-03-031-10/+25
|\
| * MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-03-031-10/+25
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-241-3/+32
|\ \ | |/
| * Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-3/+32
| |\
| | * Merge branch '10.3' into 10.4Sergei Golubchik2021-02-231-13/+58
| | |\
| | | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-13/+58
| | | |\
| | | | * MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-02-221-14/+57
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-6/+8
* | | | | MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lockMarko Mäkelä2020-12-031-2/+1
* | | | | MDEV-24142: Remove the LatchDebug interface to rw-locksMarko Mäkelä2020-12-031-8/+2
* | | | | MDEV-24142: Replace InnoDB rw_lock_t with sux_lockMarko Mäkelä2020-12-031-21/+14
* | | | | MDEV-24167 fixup: Improve the PERFORMANCE_SCHEMA instrumentationMarko Mäkelä2020-12-031-14/+14
* | | | | MDEV-24167: Use lightweight srw_lock for btr_search_latchMarko Mäkelä2020-11-241-59/+44
|/ / / /
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-2/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-1/+9
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+9
| | |\ \ | | | |/
| | | * MDEV-23966 btr_search_sys->hash_tables accessed without taking proper ahi latchThirunarayanan Balathandayuthapani2020-10-191-1/+9
* | | | MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-8/+8
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-5/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sujatha2020-09-281-5/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sujatha2020-09-281-5/+1
| | |\ \ | | | |/
| | | * Fix GCC 10.2.0 -Og -fsanitize=undefined -Wmaybe-uninitializedMarko Mäkelä2020-09-231-5/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-20/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-20/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-20/+0
| | |\ \ | | | |/
| | | * MDEV-23332 Index online status assert failure in btr_search_drop_page_hash_indexThirunarayanan Balathandayuthapani2020-07-301-20/+0
* | | | Cleanup: Remove redundant #include "ha0ha.h"Marko Mäkelä2020-07-131-1/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-12/+9
| |\ \ \ | | |/ /
| | * | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-2/+1
| | * | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-11/+9
* | | | MDEV-22871 follow-up fix: AHI corruption & leakMarko Mäkelä2020-06-191-1/+1
* | | | MDEV-22871: Reduce InnoDB buf_pool.page_hash contentionMarko Mäkelä2020-06-181-4/+4
* | | | MDEV-22871: Remove pointer indirection for InnoDB hash_table_tMarko Mäkelä2020-06-181-7/+6
* | | | MDEV-22871: Clean up btr_search_sysMarko Mäkelä2020-06-181-221/+342
* | | | MDEV-22871: Clean up hash_table_tMarko Mäkelä2020-06-181-3/+7
* | | | MDEV-22877 Avoid unnecessary buf_pool.page_hash S-latch acquisitionMarko Mäkelä2020-06-121-22/+14
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-132/+130
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-132/+130
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-132/+130
| | |\ \ | | | |/
| | | * MDEV-22790 Race between btr_page_mtr_lock() dropping AHI on the same blockMarko Mäkelä2020-06-051-1/+0
| | | * MDEV-22646: Fix a memory leakMarko Mäkelä2020-06-051-12/+22
| | | * MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-031-109/+98
* | | | MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-051-27/+32
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-181-120/+97
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-181-2/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-181-2/+3
| | |\ \ | | | |/
| | | * MDEV-22611 Assertion btr_search_enabled failed during buffer pool resizingMarko Mäkelä2020-05-181-2/+3
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-161-118/+142
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-151-109/+140
| | |\ \ | | | |/