1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-18 21:44:20 +03:00

Fix compilation

This commit is contained in:
Vladislav Vaintroub 2025-04-16 10:15:40 +02:00
parent 6ac340db43
commit 847f834a93

View File

@ -276,7 +276,7 @@ public:
abort();
}
aio *create_native_aio(int max_io) override
aio *create_native_aio(int max_io, aio_implementation) override
{
return new native_aio(*this, max_io);
}