We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca35c1 commit ebda6e9Copy full SHA for ebda6e9
storage/connect/CMakeLists.txt
@@ -247,7 +247,7 @@ ENDIF(CONNECT_WITH_ODBC)
247
#
248
# JDBC with MongoDB Java Driver included but disabled
249
250
-#OPTION(CONNECT_WITH_MONGO "Compile CONNECT storage engine with MONGO support" ON)
+OPTION(CONNECT_WITH_MONGO "Compile CONNECT storage engine with MONGO support" ON)
251
OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON)
252
253
IF(CONNECT_WITH_JDBC)
0 commit comments