diff options
author | iggy@alf.(none) <> | 2008-01-29 21:58:57 -0500 |
---|---|---|
committer | iggy@alf.(none) <> | 2008-01-29 21:58:57 -0500 |
commit | 18aba8a82c36459f166a9ecfb137e5ef86e30270 (patch) | |
tree | bf97ac6e5a5bd44c051dbc727a9217d7c8909bcf /storage/blackhole | |
parent | 839b0cf9719b652e627ecad7376d6acc56122e8a (diff) | |
download | mariadb-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/blackhole')
-rw-r--r-- | storage/blackhole/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/blackhole/CMakeLists.txt b/storage/blackhole/CMakeLists.txt index 9b6dd7adac9..b11330db255 100644 --- a/storage/blackhole/CMakeLists.txt +++ b/storage/blackhole/CMakeLists.txt @@ -24,4 +24,5 @@ SET(BLACKHOLE_SOURCES ha_blackhole.cc ha_blackhole.h) IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(blackhole ${BLACKHOLE_SOURCES}) + ADD_DEPENDENCIES(blackhole GenError) ENDIF(NOT SOURCE_SUBLIBS) |