summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-02-28 15:46:02 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-02-28 15:46:02 +0400
commit84d13a7e882ab9af911ee43d2a6363a8301b3fac (patch)
tree41aff120200b3746233c3d367e2201eaf8a3cd1e /cmake
parenta10a9448b0902ca2e677f3274c06b6bf697ba3b5 (diff)
downloadmariadb-git-84d13a7e882ab9af911ee43d2a6363a8301b3fac.tar.gz
MDEV-5081 - Simple performance improvement for MariaDB
Currently fast mutexes have lower throuput compared to normal mutexes. Remove them from release build configuration.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build_configurations/mysql_release.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index 2c225c75ce2..d64e60736e5 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -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()