Commit 134ac848 authored by unknown's avatar unknown

Fixed federatedx building under windows

storage/federatedx/CMakeLists.txt:
  removed the same goals for federated and federatedx
parent 578f4b65
INCLUDE("${PROJECT_SOURCE_DIR}/storage/mysql_storage_engine.cmake")
SET(FEDERATED_SOURCES ha_federatedx.cc)
MYSQL_STORAGE_ENGINE(FEDERATED)
SET(FEDERATEDX_SOURCES ha_federatedx.cc)
MYSQL_STORAGE_ENGINE(FEDERATEDX)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment