New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with MariaDB Java Client 1.1.7 #175
Comments
|
We will implement a workaround for this, but the issue seems to be caused by a bug in the MariaDB driver. We call MariaDB, if it does not support |
|
We have deployed a snapshot (2.2.4-SNAPSHOT), can you check it to validate if it fixes this issue. |
|
Thanks, this works! I've also filed a bug on the MariaDB jira for the java driver Regards, |
|
FYI - response from the Maria jira It is a matter of opinion. getNetworkTimeout, as it is documented returns 0 if there is no network timeout (if it is infinite). What is the reason not to suport it if its support is trivial . |
|
Thank you, I have added HikariCP's perspective to that Jira issue. |
Hi there,
Just noticed that HikariCP (Java6) stopped working with 2.2.0 & 2.2.3 (works with 2.1.0) with the latest MariaDB Java client (1.1.7).
I've included a snippet of the stack trace below.
Regards,
Ernst
The text was updated successfully, but these errors were encountered: