maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #01408
[Branch ~maria-captains/maria/5.1] Rev 2757: Fixed federatedx building under windows
------------------------------------------------------------
revno: 2757
committer: sanja@xxxxxxxxxxxx
branch nick: work-maria-5.1-win64
timestamp: Mon 2009-11-02 21:17:58 +0200
message:
Fixed federatedx building under windows
modified:
storage/federatedx/CMakeLists.txt
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'storage/federatedx/CMakeLists.txt'
--- storage/federatedx/CMakeLists.txt 2009-11-01 15:09:55 +0000
+++ storage/federatedx/CMakeLists.txt 2009-11-02 19:17:58 +0000
@@ -1,3 +1,3 @@
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)