Commit 84d13a7e authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-5081 - Simple performance improvement for MariaDB

Currently fast mutexes have lower throuput compared to normal mutexes.
Remove them from release build configuration.
parent a10a9448
......@@ -154,9 +154,6 @@ IF(UNIX)
# libmysqld.so will depend on libaio.so
SET(LIBMYSQLD_SO_EXTRA_LIBS aio)
ENDIF()
# Enable fast mutexes on Linux
OPTION(WITH_FAST_MUTEXES "" ON)
ENDIF()
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