diff options
author | unknown <timour@askmonty.org> | 2012-11-09 12:49:12 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-11-09 12:49:12 +0200 |
commit | b0fec77df9c359474f8f2c11c538ae0db8e31975 (patch) | |
tree | 00d4ae5986987bb37c870b4564f965ea8e26d1df | |
parent | 67d0e7ef39a06e91471339153e20182b62814b96 (diff) | |
download | mariadb-git-b0fec77df9c359474f8f2c11c538ae0db8e31975.tar.gz |
Disable PBXT on Windows to match all other platforms.
-rwxr-xr-x | CMakeLists.txt | 1 |
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") |