1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-08 00:28:29 +03:00
Files
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
..
2025-01-08 08:48:21 +02:00
2023-11-22 16:56:47 +02:00
2025-01-08 08:48:21 +02:00
2025-01-08 08:48:21 +02:00
2020-01-12 21:34:59 +01:00