mariadb/tpool
Daniel Black 839e8bfe9f MDEV-36182: liburing - incorrect error handing.
As noted by Jens Axobe, errno isn't set, it is returned
by the io_uring_queue_init function.

As such users where getting the following as the common case
when EPERM was actually intended to be returned.

"mariadbd: io_uring_queue_init() failed with errno 0".

Add to error message the correct relevant information around EPERM.
2025-04-17 15:58:11 +10:00
..
aio_liburing.cc MDEV-36182: liburing - incorrect error handing. 2025-04-17 15:58:11 +10:00
aio_linux.cc Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
aio_simulated.cc MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
aio_win.cc MDEV-33978 P_S.THREADS is not showing all server threads 2025-01-07 15:49:20 +01:00
CMakeLists.txt tpool: correct LIBAIO_REQIRED typo 2024-06-29 15:25:08 +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 Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
tpool_generic.cc tpool: remove m_group_enqueued (unused) 2025-04-17 15:31:39 +10:00
tpool_structs.h Merge 10.5 into 10.6 2023-11-22 16:56:47 +02:00
tpool_win.cc Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
wait_notification.cc tpool - misc fixes 2020-01-12 21:34:59 +01:00