[CONCPP-97] If connection is obtained from the pool with wrong credentials, the exception is not thrown right away Created: 2022-02-23 Updated: 2024-02-05 Resolved: 2024-02-05 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Connector will wait for it from the pool for certain time period(connectTimeout iirc, but need to check), and only then throw, that could not get it from the pool |
| Comments |
| Comment by Lawrin Novitsky [ 2024-02-05 ] |
|
The exception is now thrown right away |