summaryrefslogtreecommitdiff
path: root/storage/innobase/buf/buf0dblwr.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.8Marko Mäkelä2023-03-291-0/+2
|\
| * MDEV-30900 Crash on macOS due to zero-initialized buf_dblwr.write_condMarko Mäkelä2023-03-241-0/+2
* | Merge 10.6 into 10.8Marko Mäkelä2023-03-161-26/+40
|\ \ | |/
| * MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-161-26/+40
* | Merge 10.7 into 10.8Marko Mäkelä2022-11-301-3/+3
|\ \
| * \ Merge 10.6 into 10.7Marko Mäkelä2022-11-301-4/+4
| |\ \ | | |/
| | * MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...Marko Mäkelä2022-11-301-4/+4
* | | Merge 10.7 into 10.8Marko Mäkelä2022-06-061-5/+19
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-06-061-5/+19
| |\ \ | | |/
| | * MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-061-5/+19
* | | MDEV-14425 Improve the redo log for concurrencyMarko Mäkelä2022-01-211-6/+4
|/ /
* | Merge 10.6 into 10.7Marko Mäkelä2022-01-041-2/+1
|\ \ | |/
| * Merge 10.5 into 10.6Marko Mäkelä2022-01-041-2/+1
| |\
| | * MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpointbb-10.5-MDEV-27416Marko Mäkelä2022-01-041-2/+1
* | | Merge 10.6 into 10.7Marko Mäkelä2021-11-191-26/+31
|\ \ \ | |/ /
| * | MDEV-27058: Reduce the size of buf_block_t and buf_page_tMarko Mäkelä2021-11-181-19/+19
| * | MDEV-27058: Move buf_page_t::slot to IORequest::slotMarko Mäkelä2021-11-181-10/+15
* | | MDEV-26195: Use a 32-bit data type for some tablespace fieldsMarko Mäkelä2021-07-221-1/+1
|/ /
* | merge 10.5 to 10.6Vladislav Vaintroub2021-07-161-2/+1
|\ \ | |/
| * MDEV-26166 replace log_write_up_to(LSN_MAX,...) with log_buffer_flush_to_disk()Vladislav Vaintroub2021-07-161-2/+1
* | MDEV-26029: Sparse files are inefficient on thinly provisioned storageMarko Mäkelä2021-06-291-0/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-241-1/+1
|\ \ | |/
| * MDEV-25948 fixup: Demote a warning to a noteMarko Mäkelä2021-06-241-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-231-1/+7
|\ \ | |/
| * MDEV-25948 Remove log_flush_taskMarko Mäkelä2021-06-231-0/+7
| * MDEV-25954: Trim os_aio_wait_until_no_pending_writes()Marko Mäkelä2021-06-231-1/+0
* | MDEV-25312 Replace fil_space_t::name with fil_space_t::name()bb-10.6-MDEV-25312Marko Mäkelä2021-04-071-2/+2
* | MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,...Marko Mäkelä2021-03-111-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-071-5/+5
|\ \ | |/
| * MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-071-5/+5
* | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-1/+0
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-141-1/+1
|\ \ | |/
| * MDEV-24391 heap-use-after-free in fil_space_t::flush_low()bb-10.5-MDEV-24391Marko Mäkelä2020-12-111-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-091-7/+8
|\ \ | |/
| * MDEV-24350 buf_dblwr unnecessarily uses memory-intensive srv_stats countersbb-10.5-MDEV-24350Marko Mäkelä2020-12-041-7/+8
* | 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-1/+1
|/
* MDEV-24053 MSAN use-of-uninitialized-value in tpool::simulated_aio::simulated...Marko Mäkelä2020-10-291-1/+9
* MDEV-23855: Implement asynchronous doublewriteMarko Mäkelä2020-10-261-34/+52
* MDEV-23399 fixup: Interleaved doublewrite batchesMarko Mäkelä2020-10-261-45/+52
* MDEV-23855: Shrink fil_space_tMarko Mäkelä2020-10-261-8/+8
* MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contentionMarko Mäkelä2020-10-261-42/+46
* Cleanup: Make InnoDB page numbers uint32_tMarko Mäkelä2020-10-151-3/+3
* MDEV-23399: Performance regression with write workloadsMarko Mäkelä2020-10-151-950/+564
* MDEV-21174 fixup: Remove buf_dblwr_being_createdMarko Mäkelä2020-09-301-6/+0
* Merge 10.4 into 10.5Marko Mäkelä2020-09-091-3/+3
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-09-091-3/+7
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-09-091-3/+8
| | |\
| | | * MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized pageThirunarayanan Balathandayuthapani2020-09-091-2/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-77/+46
|\ \ \ \ | |/ / /