summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-19 17:38:42 -0700
committerbrian@zim.(none) <>2006-08-19 17:38:42 -0700
commitf68ce0ddefb8af0f47de641637a3fece2af72879 (patch)
tree4f4a2527101d21115d8fdad5d3a583038b1f311e /storage/blackhole
parent800e348740ca2b502cc697722ece2ff3a8417d1a (diff)
downloadmariadb-git-f68ce0ddefb8af0f47de641637a3fece2af72879.tar.gz
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/blackhole/CMakeLists.txt b/storage/blackhole/CMakeLists.txt
index ea3a7eae38e..a90f8e14ca0 100644
--- a/storage/blackhole/CMakeLists.txt
+++ b/storage/blackhole/CMakeLists.txt
@@ -2,5 +2,6 @@ SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
+ ${CMAKE_SOURCE_DIR}/regex
${CMAKE_SOURCE_DIR}/extra/yassl/include)
ADD_LIBRARY(blackhole ha_blackhole.cc ha_blackhole.h)