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:
parent
a10a9448b0
commit
84d13a7e88
@ -154,9 +154,6 @@ IF(UNIX)
|
|||||||
# libmysqld.so will depend on libaio.so
|
# libmysqld.so will depend on libaio.so
|
||||||
SET(LIBMYSQLD_SO_EXTRA_LIBS aio)
|
SET(LIBMYSQLD_SO_EXTRA_LIBS aio)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Enable fast mutexes on Linux
|
|
||||||
OPTION(WITH_FAST_MUTEXES "" ON)
|
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user