mariadb/tpool
Marko Mäkelä dd5ce6b0c4 MDEV-34450 os_file_write_func() is an overkill for ib_logfile0
log_file_t::read(), log_file_t::write(): Invoke pread() or pwrite()
directly, so that we can give more accurate diagnostics in case of
a failure, and so that we will avoid the overhead of setting up 5(!)
stack frames and related objects.

tpool::pwrite(): Add a missing const qualifier.
2024-09-30 13:36:38 +03:00
..
aio_liburing.cc
aio_linux.cc
aio_simulated.cc MDEV-34450 os_file_write_func() is an overkill for ib_logfile0 2024-09-30 13:36:38 +03:00
aio_win.cc MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
CMakeLists.txt Merge branch '10.6' into 10.11 2024-07-04 11:52:07 +02:00
task.cc
task_group.cc
tpool.h MDEV-34450 os_file_write_func() is an overkill for ib_logfile0 2024-09-30 13:36:38 +03:00
tpool_generic.cc Merge 10.5 into 10.6 2024-06-24 13:09:47 +03:00
tpool_structs.h
tpool_win.cc Merge 10.5 into 10.6 2024-06-24 13:09:47 +03:00
wait_notification.cc