You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-37463 Avoid libaio/liburing dependencies in mariadb-import
On Linux, mariadb-import may depend on liburing and libaio. To avoid
pulling in these dependencies when tpool is only used as a generic
thread pool (submit_task), introduce a minimalistic variant of the tpool
library, tpool_min.
This variant has no new library dependencies, and exists only on Linux.
Elsewhere, tpool_min is the same as tpool
0 commit comments