mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 21:44:20 +03:00
Fix compilation
This commit is contained in:
parent
6ac340db43
commit
847f834a93
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user