Commit 2c226e01 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-24313 fixup: GCC -Wparentheses

parent f24b7383
......@@ -4029,7 +4029,8 @@ int os_aio_init()
ut_ad(srv_use_native_aio);
disable:
ib::warn() << "Linux Native AIO disabled.";
ret= srv_thread_pool->configure_aio(srv_use_native_aio= false, max_events);
srv_use_native_aio= false;
ret= srv_thread_pool->configure_aio(false, max_events);
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment