You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Markus Schuch (Jira)" <ji...@apache.org> on 2022/01/25 11:32:00 UTC

[jira] [Created] (CONNECTORS-1696) MariaDB JDBC Driver 2.7.5 not working with AWS Aurora

Markus Schuch created CONNECTORS-1696:
-----------------------------------------

             Summary: MariaDB JDBC Driver 2.7.5 not working with AWS Aurora
                 Key: CONNECTORS-1696
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1696
             Project: ManifoldCF
          Issue Type: Bug
          Components: Framework core
            Reporter: Markus Schuch


With 2.7.5 they changed, how they detect if the database is AWS Aurora:
 * [https://jira.mariadb.org/browse/CONJ-824]
 * [https://github.com/mariadb-corporation/mariadb-connector-j/commit/a3cf53117614a8a706ef0f62c57bc1801eeeb374#diff-5a3e7974abae96c88e31e1d3a815f89e31157a5eaaff66c71a7d290c382b5fc4R360]

This causes the activation of usePipelineAuth and useMultiBatchSend which is not supported by AWS Aurora.

We need to provide a special database interface implementation setting the JDBC url correctly for Aurora.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)