Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
all
-
None
Description
Example of documentation for the sequential parameter in the Failover / high availability parameters section (Failover and High availability with MariaDB Connector/J :: Failover / high availability parameters) seems wrong, shows:
Example when using the jdbc url string "jdbc:mysql:replication:host1,host2,host3/test" |
when should be:
Example when using the jdbc url string "jdbc:mysql:sequential://host1,host2,host3/test" |
Same example is shown in MariaDB Connector/J 1.3.0 Release notes when parameter was added.