[ODBC-139] Compression causes queries to never respond / fail. Created: 2018-03-09 Updated: 2018-04-20 Resolved: 2018-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.0.3 |
| Fix Version/s: | 3.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Patrick Dudziak | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Environment: |
MariaDB 10.2.13 on FreeBSD 11.1, ODBC Connector 3.0.3 on Windows 10 Client |
||
| Issue Links: |
|
||||||||
| Description |
|
Using compression in a DSN for the MariaDB ODBC Driver, causes the application to wait idefinitly for the query execution. Example code to reproduce:
Compression works on the 10.2.13 server using mysqlclient. The above code works with MariaDB 10.1.31 / ODBC 3.0.3 / with compression set. I can provide any further necessary information. |
| Comments |
| Comment by Lawrin Novitsky [ 2018-03-16 ] |
|
Thanks for your report. I have verified the issue, it is easily reproducible. But looks like that is bug in the underlying Connector/C or in the server. I will link to this issue the new report of the bug causing this one. |
| Comment by Lawrin Novitsky [ 2018-04-20 ] |
|
The causing C/C bug has been fixed |