Skip to content

Commit 3c922d6

Browse files
ottokvuvova
authored andcommitted
Revert "CONNECT: move jar files to /usr/share and include them in DEBs"
This partially reverts commit d732189. The *.jar files are not being built and all Debian builds are failing as dh_install stops on missing files. To build them we would need to also add new Java build dependencies. In a stable release (10.2->10.5) we shouldn't add new files and certainly not any new build dependencies, so reverting commit. Also, the files are located in a different path, and already included in the mariadb-test-data package: /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/JavaWrappers.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/JdbcMariaDB.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/Mongo2.jar /usr/share/mysql/mysql-test/plugin/connect/connect/std_data/Mongo3.jar This change needs to be redesigned and applies only on 10.6 or newer.
1 parent 9f9a925 commit 3c922d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

debian/mariadb-plugin-connect.install

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
etc/mysql/conf.d/connect.cnf
22
usr/lib/mysql/plugin/ha_connect.so
3-
usr/share/mysql/Mongo2.jar
4-
usr/share/mysql/Mongo3.jar
5-
usr/share/mysql/JavaWrappers.jar
6-
usr/share/mysql/JdbcInterface.jar

0 commit comments

Comments
 (0)