From 536ca5715d6ff757d23a67e1833a5c9f7974ef95 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 22 Dec 2013 17:08:50 +0100 Subject: [PATCH] use dynamic libaio for ha_xtradb.so --- cmake/build_configurations/mysql_release.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 548e81eb46b..368946a387b 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -148,12 +148,12 @@ IF(UNIX) ENDIF() # Remove libaio dependency from mysqld - SET(XTRADB_PREFER_STATIC_LIBAIO 1) + #SET(XTRADB_PREFER_STATIC_LIBAIO 1) # Unfortunately, linking shared libmysqld with static aio # does not work, unless we add also dynamic one. This also means # libmysqld.so will depend on libaio.so - SET(LIBMYSQLD_SO_EXTRA_LIBS aio) + #SET(LIBMYSQLD_SO_EXTRA_LIBS aio) ENDIF() # Enable fast mutexes on Linux