diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2017-09-02 14:57:49 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2017-09-02 14:57:49 +0200 |
commit | 7ccce51b0991d41b5145c6f132121c71de62fc85 (patch) | |
tree | b8d2597cef5035e6b306e37a3965c4175704153a | |
parent | 01d86c74af2330e01d7b424563d2d3b6d0762e54 (diff) | |
download | mariadb-git-7ccce51b0991d41b5145c6f132121c71de62fc85.tar.gz |
Disable MONGO modified: storage/connect/CMakeLists.txt
-rw-r--r-- | storage/connect/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/CMakeLists.txt b/storage/connect/CMakeLists.txt index 32172a59448..a2e30cc2689 100644 --- a/storage/connect/CMakeLists.txt +++ b/storage/connect/CMakeLists.txt @@ -245,7 +245,7 @@ int main() { ENDIF(CONNECT_WITH_ODBC) # -# JDBC with MongoDB Java Driver included and enabled +# JDBC with MongoDB Java Driver included but disabled # OPTION(CONNECT_WITH_MONGO "Compile CONNECT storage engine with MONGO support" ON) OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON) @@ -270,7 +270,7 @@ IF(CONNECT_WITH_JDBC) jmgfam.cpp jmgoconn.cpp mongo.cpp tabjmg.cpp jmgfam.h jmgoconn.h mongo.h tabjmg.h Mongo2Interface.java Mongo3Interface.java) - add_definitions(-DMONGO_SUPPORT -DMONGO_ENABLED=1) + add_definitions(-DMONGO_SUPPORT -DMONGO_ENABLED=0) ENDIF() ELSE() SET(JDBC_LIBRARY "") |