[CONC-242] Incorrect description for mysql_optionsv option MYSQL_OPT_RECONNECT Created: 2017-03-08 Updated: 2017-07-05 Resolved: 2017-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Zhang Jingqiang | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The current document said that that option can accept following as param: Please correct the document AND please also document the type change (uint -> char) since version 3.0.1, as old code which use "*(uint *)arg1 == 1" won't equal to "*(char *)arg1 == 1" in Big Endian arch. |
| Comments |
| Comment by Georg Richter [ 2017-03-15 ] | |
|
The correct behavior is as implemented in C/C 3.0:
This needs to be fixed in API Documentation and in C/C 2.3 | |
| Comment by Georg Richter [ 2017-07-05 ] | |
|
Already fixed in documentation: |