You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/08/27 01:29:48 UTC

[GitHub] [guacamole-client] mike-jumper commented on a change in pull request #642: GUACAMOLE-1407: Automatically detect whether MySQL or MariaDB version of "Connector/J" is installed.

mike-jumper commented on a change in pull request #642:
URL: https://github.com/apache/guacamole-client/pull/642#discussion_r697083603



##########
File path: extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/MySQLEnvironment.java
##########
@@ -178,8 +179,10 @@ public PasswordPolicy getPasswordPolicy() {
 
     /**
      * Returns the MySQL driver that will be used to talk to the MySQL-compatible
-     * database server hosting the Guacamole Client database.  If unspecified
-     * a default value of MySQL will be used.
+     * database server hosting the Guacamole database. If unspecified, the
+     * installed MySQL driver will be automatically detected by inspecting the
+     * classes available an the classpath. If automatic detection fails, the

Review comment:
       Whoopsies




-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org