[CONJ-1107] MariaDB Connector 3 no longer supports query timeout with MySQL Created: 2023-09-04 Updated: 2023-12-13 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | MySQL compatibility |
| Affects Version/s: | 3.2.0 |
| Fix Version/s: | 3.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bas de Bakker | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MySQL 8.0.34 |
||
| Description |
|
We are trying to upgrade from MariaDB Connector 2.7.10 to 3.2.0 and we notice that Statement.setQueryTimeout no longer works when using MySQL. While a long running query times out as expected with 2.7.10, with 3.2.0 it will only time out after the server side default of 50 seconds. |