summaryrefslogtreecommitdiff
path: root/tpool/tpool.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11026 Make InnoDB number of IO write/read threads dynamicVladislav Vaintroub2022-06-271-1/+3
* MDEV-11026 Make InnoDB number of IO write/read threads dynamicVladislav Vaintroub2022-06-271-0/+14
* MDEV-27900 fixesSergei Golubchik2022-03-251-1/+11
* Merge branch 10.5 into 10.6Daniel Black2022-03-121-1/+5
|\
| * MDEV-27900: aio handle partial reads/writesDaniel Black2022-03-121-1/+5
* | Merge branch '10.5 into 10.6mariadb-10.6.7Sergei Golubchik2022-02-101-2/+2
|\ \ | |/
| * MDEV-27796 Windows - starting server with huge innodb-log-buffer-size may failVladislav Vaintroub2022-02-101-2/+2
* | MDEV-27058: Move buf_page_t::slot to IORequest::slotMarko Mäkelä2021-11-181-1/+1
* | MDEV-24512 fixup: Remove after_task_callbackst-10.6-marko2Marko Mäkelä2021-09-141-13/+1
* | MDEV-24883 add io_uring support for tpoolMarko Mäkelä2021-03-151-0/+5
|/
* MDEV-24313 (2 of 2): Silently ignored innodb_use_native_aio=1bb-10.5-MDEV-24313Marko Mäkelä2020-12-141-1/+1
* Partially Revert "MDEV-24270: Collect multiple completed events at a time"Vladislav Vaintroub2020-11-251-2/+0
* MDEV-24270: Collect multiple completed events at a timeMarko Mäkelä2020-11-251-0/+2
* MDEV-16264 fixup: Clean up asynchronous I/OMarko Mäkelä2020-10-261-1/+1
* MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-051-1/+1
* MDEV-16264: Eliminate unsafe os_aio_userdata_t type castMarko Mäkelä2020-03-121-1/+1
* MDEV-21674 purge_sys.stop() fails to wait for purge workers to completeMarko Mäkelä2020-02-071-1/+5
* MDEV-21326 : Address TSAN warnings in tpool.Vladislav Vaintroub2020-01-121-2/+2
* tpool - implement post-task callback (for Innodb debugging)Vladislav Vaintroub2020-01-121-0/+13
* MDEV-16264 - some improvementsVladislav Vaintroub2019-12-091-0/+4
* MDEV-16264: Minor cleanupMarko Mäkelä2019-12-031-2/+1
* MDEV-16264: Fix some white spaceMarko Mäkelä2019-11-151-1/+1
* MDEV-16264: Add threadpool libraryVladislav Vaintroub2019-11-151-0/+241