summaryrefslogtreecommitdiff
path: root/storage/innobase/buf
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27016: Assertion 'id.page_no() < space.size' failedMarko Mäkelä2021-11-161-1/+3
* MDEV-26819 SET GLOBAL innodb_max_dirty_pages_pct=0 occasionally fails to trig...Marko Mäkelä2021-10-131-1/+1
* MDEV-26445 innodb_undo_log_truncate is unnecessarily slowMarko Mäkelä2021-09-242-0/+3
* MDEV-26626 fixup: Do not advance checkpoint during startupMarko Mäkelä2021-09-241-1/+3
* MDEV-26626 InnoDB fails to advance the log checkpointMarko Mäkelä2021-09-161-0/+9
* Merge fixup 7c33ecb6651fb80f46bf9f3d8fee2e2f2b70995dMarko Mäkelä2021-09-112-16/+52
* Merge remote-tracking branch 'upstream/10.4' into 10.5Vicențiu Ciorbaru2021-09-102-52/+16
|\
* | MDEV-25776 Race conditions in buf_pool.page_hash around buf_pool.watchbb-10.5-MDEV-25776Marko Mäkelä2021-09-092-16/+52
* | MDEV-26547 fixup: Wait for read completionMarko Mäkelä2021-09-071-0/+4
* | MDEV-26547 Restoring InnoDB buffer pool dump is single-threaded for no reasonMarko Mäkelä2021-09-062-6/+5
* | Merge 10.4 into 10.5Marko Mäkelä2021-08-182-3/+7
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2021-08-182-3/+7
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-08-182-1/+6
| | |\
| | | * MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-172-1/+6
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-12/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-25/+22
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-221-25/+22
| | |\ \ | | | |/
| | | * Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUPJakub Łopuszański2021-07-221-12/+9
| | | * MDEV-25361 fixup: Fix integer type mismatchMarko Mäkelä2021-07-221-13/+13
* | | | MDEV-26110: Do not rely on alignment on static allocationMarko Mäkelä2021-07-221-3/+19
* | | | MDEV-26200 buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMA...Marko Mäkelä2021-07-223-26/+25
* | | | MDEV-26166 replace log_write_up_to(LSN_MAX,...) with log_buffer_flush_to_disk()Vladislav Vaintroub2021-07-161-2/+1
* | | | MDEV-26017 fixupMarko Mäkelä2021-07-031-2/+2
* | | | MDEV-26033: Race condition between buf_pool.page_hash and resize()Marko Mäkelä2021-07-031-88/+2
* | | | MDEV-26017: Assertion stat.flush_list_bytes <= curr_pool_sizeMarko Mäkelä2021-06-261-0/+1
* | | | MDEV-26010 fixup: Use acquire/release memory orderMarko Mäkelä2021-06-263-14/+17
* | | | MDEV-26010: Assertion lsn > 2 failed in buf_pool_t::get_oldest_modificationMarko Mäkelä2021-06-241-4/+4
* | | | MDEV-25948 fixup: Demote a warning to a noteMarko Mäkelä2021-06-241-1/+1
* | | | MDEV-26004 Excessive wait times in buf_LRU_get_free_block()Marko Mäkelä2021-06-243-12/+28
* | | | MDEV-25113: Introduce a page cleaner mode before 'furious flush'Marko Mäkelä2021-06-231-15/+30
* | | | MDEV-25113: Make page flushing fasterMarko Mäkelä2021-06-233-174/+209
* | | | MDEV-25801: buf_flush_dirty_pages() is very slowMarko Mäkelä2021-06-233-99/+216
* | | | MDEV-25948 Remove log_flush_taskMarko Mäkelä2021-06-232-48/+28
* | | | MDEV-25954: Trim os_aio_wait_until_no_pending_writes()Marko Mäkelä2021-06-232-6/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-081-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-081-3/+8
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-081-3/+8
| | |\ \ | | | |/
| | | * MDEV-25869 Change buffer entries are lost on InnoDB restartmariadb-10.2.39Marko Mäkelä2021-06-081-3/+8
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-0/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-091-0/+4
| | |\ \ | | | |/
| | | * MDEV-25019 memory allocation failures during startup becausebb-10.2-MDEV-25019Thirunarayanan Balathandayuthapani2021-04-071-0/+4
| * | | MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon Mar...Vlad Lesin2021-02-142-1/+14
* | | | MDEV-23399 fixup for MDEV-10814Marko Mäkelä2021-06-021-1/+1
* | | | MDEV-19514 fixup: Optimize ibuf_merge_or_delete_for_page() callsMarko Mäkelä2021-05-311-1/+2
* | | | Cleanup: deduplicate codeMarko Mäkelä2021-05-311-8/+2
* | | | MDEV-25093: Adaptive flushing fails to kick in even ifKrunal Bauskar2021-04-281-4/+19
* | | | MDEV-25483: Shutdown crash during innodb.innodb_buffer_pool_resize_temporaryMarko Mäkelä2021-04-221-1/+1
* | | | MDEV-25425 Useless message "If the mysqld execution user is authorized page c...Marko Mäkelä2021-04-151-22/+0
* | | | MDEV-25072: Livelock due to innodb_change_buffering_debugMarko Mäkelä2021-03-311-1/+2
* | | | MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-301-5/+7