necouchman opened a new pull request #459: GUACAMOLE-852: Support either MySQL or MariaDB JDBC drivers URL: https://github.com/apache/guacamole-client/pull/459 This pull request implements the necessary properties and logic to support both the MySQL JDBC driver and the Maria JDBC driver. Similar to the way the SQL Server module supports various drivers, it adds a guacamole.properties entry for `mysql-driver` which can have the value either `mysql` or `mariadb`, and calls the necessary JdbcHelper for the configured driver. The default stays at MySQL.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
