summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2012-11-09 12:49:12 +0200
committerunknown <timour@askmonty.org>2012-11-09 12:49:12 +0200
commitb0fec77df9c359474f8f2c11c538ae0db8e31975 (patch)
tree00d4ae5986987bb37c870b4564f965ea8e26d1df
parent67d0e7ef39a06e91471339153e20182b62814b96 (diff)
downloadmariadb-git-b0fec77df9c359474f8f2c11c538ae0db8e31975.tar.gz
Disable PBXT on Windows to match all other platforms.
-rwxr-xr-xCMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57e05137f7a..a61e0242cc5 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,6 @@ SET(WITH_BLACKHOLE_STORAGE_ENGINE 1 CACHE BOOL "Include blockhole storage engine
SET(WITH_FEDERATEDX_STORAGE_ENGINE 1 CACHE BOOL "Include federatedx storage engine")
SET(WITH_PARTITION_STORAGE_ENGINE 1 CACHE BOOL "Include partition storage engine")
SET(WITH_ARIA_STORAGE_ENGINE 1 CACHE BOOL "Include aria storage engine")
-SET(WITH_PBXT_STORAGE_ENGINE 1 CACHE BOOL "Include pbxt storage engine")
SET(WITH_XTRADB_STORAGE_ENGINE 1 CACHE BOOL "Include xtradb storage engine")
SET(WITH_FEEDBACK_STORAGE_ENGINE 1 CACHE FORCE BOOL "Include feedback plugin")