mariadb/tpool
Marko Mäkelä db915f7387 MDEV-27058: Move buf_page_t::slot to IORequest::slot
MDEV-23855 and MDEV-23399 already moved some transient data fields
from buffer pool page descriptors to IORequest, but the write buffer
of PAGE_COMPRESSED or ENCRYPTED tables was missed. Since is only needed
during asynchronous page write requests, it belongs to IORequest.
2021-11-18 17:44:33 +02:00
..
aio_liburing.cc MDEV-25905: Assertion table2==NULL in dict_sys_t::add() 2021-06-14 12:38:56 +03:00
aio_linux.cc MDEV-24883 add io_uring support for tpool 2021-03-15 11:30:17 +02:00
aio_simulated.cc MDEV-25953 Tpool - prevent potential deadlock in simulated AIO 2021-06-17 20:39:47 +02:00
aio_win.cc
CMakeLists.txt io_liburing: ENOMEM handling - use io_uring_mlock_size 2021-04-15 07:42:13 +10:00
task.cc MDEV-24512 fixup: Remove after_task_callback 2021-09-14 16:23:23 +03:00
task_group.cc MDEV-24512 fixup: Remove after_task_callback 2021-09-14 16:23:23 +03:00
tpool.h MDEV-27058: Move buf_page_t::slot to IORequest::slot 2021-11-18 17:44:33 +02:00
tpool_generic.cc MDEV-24512 fixup: Remove after_task_callback 2021-09-14 16:23:23 +03:00
tpool_structs.h
tpool_win.cc MDEV-24512 fixup: Remove after_task_callback 2021-09-14 16:23:23 +03:00
wait_notification.cc