Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The option "connectTimeout" doesn't default on DriverManager.getLoginTimeout() as defined in JDBC spec : https://docs.oracle.com/javase/9/docs/api/java/sql/DriverManager.html#getLoginTimeout--
public static void setLoginTimeout(int seconds) :
|
|
Sets the maximum time in seconds that a driver will wait while attempting to connect to a database once the driver has been identified.
|
|
The connector has an option "connectTimeout" that defaults to 30s when not set.
default must take DriverManager.getLoginTimeout() value if defined, or 30s if not.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Summary | option connectTimeout doesn't default on DriverManager.getLoginTimeout() as defined in JDBC spec | The Option "connectTimeout" take in account DriverManager.getLoginTimeout() |
Summary | The Option "connectTimeout" take in account DriverManager.getLoginTimeout() | The Option "connectTimeout" must take in account DriverManager.getLoginTimeout() |
Summary | The Option "connectTimeout" must take in account DriverManager.getLoginTimeout() | The option "connectTimeout" must take in account DriverManager.getLoginTimeout() |
issue.field.resolutiondate | 2018-06-29 14:01:09.0 | 2018-06-29 14:01:09.48 |
Component/s | JDBC 4.2 compatibility [ 14001 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 2.2.6 [ 23139 ] | |
Fix Version/s | 2.3.0 [ 22641 ] |
Fix Version/s | 1.8.0 [ 23312 ] |
Workflow | MariaDB v3 [ 88098 ] | MariaDB v4 [ 135073 ] |