[CONC-236] <MYSQL_OPT_RECONNECT>, <mariadb_reconnect> and <CR_SERVER_LOST> Created: 2017-02-19 Updated: 2017-08-08 Resolved: 2017-08-08 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.1 |
| Fix Version/s: | 2.3.2, 3.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ivan Kerentchev | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux - MySQL Server 5.5.53 |
||
| Description |
|
<MYSQL_OPT_RECONNECT> is not working when the server is sending a CR_SERVER_LOST (error 2013). This happens when the 'low' wait-timeout on the server has been reached. How to repeat: [mysqld] MYSQL * m_MySql = mysql_init( NULL ); The <mysql_query> fails since the wait_timeout on the MySQL-server has been exceeded, |
| Comments |
| Comment by Ivan Kerentchev [ 2017-08-08 ] |
|
Since Release 3.0.2 this issue has been solved. |