summaryrefslogtreecommitdiff
path: root/storage/federated
diff options
context:
space:
mode:
authoriggy@alf.(none) <>2008-01-29 21:58:57 -0500
committeriggy@alf.(none) <>2008-01-29 21:58:57 -0500
commit18aba8a82c36459f166a9ecfb137e5ef86e30270 (patch)
treebf97ac6e5a5bd44c051dbc727a9217d7c8909bcf /storage/federated
parent839b0cf9719b652e627ecad7376d6acc56122e8a (diff)
downloadmariadb-git-18aba8a82c36459f166a9ecfb137e5ef86e30270.tar.gz
Bug#31929 Windows build fails with >=4 Parallel build threads.
- Add GenError Dependency to storage engines that include mysqld_error.h
Diffstat (limited to 'storage/federated')
-rw-r--r--storage/federated/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/federated/CMakeLists.txt b/storage/federated/CMakeLists.txt
index 62064a633b1..b96f68a3c37 100644
--- a/storage/federated/CMakeLists.txt
+++ b/storage/federated/CMakeLists.txt
@@ -24,4 +24,5 @@ SET(FEDERATED_SOURCES ha_federated.cc)
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(federated ${FEDERATED_SOURCES})
+ ADD_DEPENDENCIES(federated GenError)
ENDIF(NOT SOURCE_SUBLIBS)