Skip to content

Commit

Permalink
cleanup: remove unnecessary hack from federated/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 11, 2014
1 parent c006105 commit e24c1c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions storage/federated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

SET(FEDERATED_SOURCES ha_federated.cc)
IF(NOT WITH_FEDERATED AND NOT WITH_FEDERATED_STORAGE_ENGINE)
# Bug#45488- federated uses symbols that are not used anywhere in
# mysqld and are optimized away by the linker.
SET(FEDERATED_SOURCES ${FEDERATED_SOURCES} ${CMAKE_SOURCE_DIR}/mysys/string.c)
ENDIF()
MYSQL_ADD_PLUGIN(federated ${FEDERATED_SOURCES} STORAGE_ENGINE MODULE_ONLY)

0 comments on commit e24c1c0

Please sign in to comment.