From b2cefc2e36925b4384eb0aea54aa2c6bcfb018a8 Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Mon, 8 Oct 2018 11:04:48 +0200 Subject: Revert removal of mysql jdbc connector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also make some minor fixes so it cooperates with the new mysqlc library. Change-Id: I866add99a699150c6550ee7f7ff2ee947e07117c Reviewed-on: https://gerrit.libreoffice.org/61648 Tested-by: Jenkins Reviewed-by: Tamás Bunth --- .../org/openoffice/Office/DataAccess/Drivers.xcu | 249 +++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu (limited to 'connectivity/registry') diff --git a/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000000..cae8f705618e --- /dev/null +++ b/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,249 @@ + + + + + + + org.openoffice.comp.drivers.MySQL.Driver + + + MySQL (JDBC) + + + + + + + + + + com.mysql.jdbc.Driver + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + true + + + + + + + org.openoffice.comp.drivers.MySQL.Driver + + + MySQL (ODBC) + + + + + + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + + + org.openoffice.comp.drivers.MySQL.Driver + + + MySQL (Native) + + + + + + + + + + + + + + + + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + UserPassword + + + + + true + + + + + + -- cgit