Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
72fa9dab
Commit
72fa9dab
authored
May 02, 2021
by
Nikita Malyavin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Connect: remove Mongo dependencies
parent
098e4efd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
storage/connect/CMakeLists.txt
storage/connect/CMakeLists.txt
+0
-10
storage/connect/Mongo2.jar
storage/connect/Mongo2.jar
+0
-0
storage/connect/Mongo3.jar
storage/connect/Mongo3.jar
+0
-0
No files found.
storage/connect/CMakeLists.txt
View file @
72fa9dab
...
...
@@ -274,10 +274,6 @@ IF(CONNECT_WITH_JDBC)
Mongo2Interface.java Mongo3Interface.java
JavaWrappers.jar
)
add_definitions
(
-DJAVA_SUPPORT
)
IF
(
CONNECT_WITH_MONGO
)
SET
(
CONNECT_SOURCES
${
CONNECT_SOURCES
}
Mongo2.jar Mongo3.jar
)
add_definitions
(
-DMONGO_SUPPORT
)
ENDIF
()
ELSE
()
SET
(
JDBC_LIBRARY
""
)
ENDIF
()
...
...
@@ -411,11 +407,5 @@ IF(CONNECT_WITH_JDBC AND JAVA_FOUND AND JNI_FOUND)
${
CMAKE_CURRENT_SOURCE_DIR
}
/JavaWrappers.jar
${
CMAKE_CURRENT_BINARY_DIR
}
/JdbcInterface.jar
DESTINATION
${
INSTALL_PLUGINDIR
}
COMPONENT connect-engine
)
IF
(
CONNECT_WITH_MONGO
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/Mongo2.jar
${
CMAKE_CURRENT_SOURCE_DIR
}
/Mongo3.jar
DESTINATION
${
INSTALL_PLUGINDIR
}
COMPONENT connect-engine
)
ENDIF
()
ENDIF
()
storage/connect/Mongo2.jar
deleted
100644 → 0
View file @
098e4efd
This diff was suppressed by a .gitattributes entry.
storage/connect/Mongo3.jar
deleted
100644 → 0
View file @
098e4efd
This diff was suppressed by a .gitattributes entry.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment