[CONC-323] mariadb_stmt_execute_direct hangs forever if compression used Created: 2018-04-19 Updated: 2018-04-19 Resolved: 2018-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.3 |
| Fix Version/s: | 3.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Summary gives complete problem description Simplified testcase would be: MYSQL *mariadb; client_flags|= CLIENT_COMPRESS; mysql_real_connect(mariadb, "localhost", "root", "", "test", 3306, NULL, client_flags); |
| Comments |
| Comment by Georg Richter [ 2018-04-19 ] |
|
This is already fixed. commit 748e6fb915b9a970c16a5a92a27302b722a3ad0c. |