summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2021-05-28 22:04:17 -0700
committerOtto Kekäläinen <otto@kekalainen.net>2021-06-06 00:15:33 -0700
commitc922c28ff7c72a2813c210726d9669ee831ecea1 (patch)
tree39c963b1a41c835213f94ce74f2ad15dbaa0938d
parent9f9a925c399b9d960f095be0886f56f51396eb04 (diff)
downloadmariadb-git-ok-10.2-connect-no-new-files-in-stable-releases.tar.gz
Revert "CONNECT: move jar files to /usr/share and include them in DEBs"ok-10.2-connect-no-new-files-in-stable-releases
This partially reverts commit d7321893d8c50071632a102e17a7869da9cb03a5. 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.
-rw-r--r--debian/mariadb-plugin-connect.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/mariadb-plugin-connect.install b/debian/mariadb-plugin-connect.install
index 7b5a5f0633e..8a7aee412df 100644
--- a/debian/mariadb-plugin-connect.install
+++ b/debian/mariadb-plugin-connect.install
@@ -1,6 +1,2 @@
etc/mysql/conf.d/connect.cnf
usr/lib/mysql/plugin/ha_connect.so
-usr/share/mysql/Mongo2.jar
-usr/share/mysql/Mongo3.jar
-usr/share/mysql/JavaWrappers.jar
-usr/share/mysql/JdbcInterface.jar