MDEV-5081 - Simple performance improvement for MariaDB

Currently fast mutexes have lower throuput compared to normal mutexes.
Remove them from release build configuration.
This commit is contained in:
Sergey Vojtovich 2014-02-28 15:46:02 +04:00
parent a10a9448b0
commit 84d13a7e88

View File

@ -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()