summaryrefslogtreecommitdiff
path: root/storage/innobase/btr/btr0sea.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
| | |\ \ | | | |/
| | | * MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-151-179/+185
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-12/+12
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-12/+12
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-12/+12
| | |\ \ | | | |/
| | | * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-11/+11
* | | | MDEV-21962: Fix a bug in buf_pool_t::clear_hash_index()Marko Mäkelä2020-03-191-3/+1
* | | | MDEV-21962 Allocate buf_pool staticallyMarko Mäkelä2020-03-181-17/+93
* | | | MDEV-21907: InnoDB: Enable -Wconversion on clang and GCCMarko Mäkelä2020-03-121-30/+26
* | | | MDEV-15528 Punch holes when pages are freedThirunarayanan Balathandayuthapani2020-03-101-2/+3