Skip to content

Commit c225eee

Browse files
committed
Merge branch 'bb-10.2-release' into 10.2
2 parents 54d7ba9 + a20195b commit c225eee

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

libmariadb

storage/connect/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ IF(CONNECT_WITH_JDBC)
274274
Mongo2Interface.java Mongo3Interface.java
275275
JavaWrappers.jar)
276276
add_definitions(-DJAVA_SUPPORT)
277-
IF(CONNECT_WITH_MONGO)
278-
SET(CONNECT_SOURCES ${CONNECT_SOURCES} Mongo2.jar Mongo3.jar)
279-
add_definitions(-DMONGO_SUPPORT)
280-
ENDIF()
281277
ELSE()
282278
SET(JDBC_LIBRARY "")
283279
ENDIF()
@@ -411,11 +407,5 @@ IF(CONNECT_WITH_JDBC AND JAVA_FOUND AND JNI_FOUND)
411407
${CMAKE_CURRENT_SOURCE_DIR}/JavaWrappers.jar
412408
${CMAKE_CURRENT_BINARY_DIR}/JdbcInterface.jar
413409
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
414-
IF(CONNECT_WITH_MONGO)
415-
INSTALL(FILES
416-
${CMAKE_CURRENT_SOURCE_DIR}/Mongo2.jar
417-
${CMAKE_CURRENT_SOURCE_DIR}/Mongo3.jar
418-
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
419-
ENDIF()
420410
ENDIF()
421411

storage/connect/Mongo2.jar

-609 KB
Binary file not shown.

storage/connect/Mongo3.jar

-1.63 MB
Binary file not shown.

0 commit comments

Comments
 (0)