Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: all
-
Fix Version/s: 1.5.1-RC
-
Component/s: Failover
-
Labels: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.