[CONC-279] The return type of mysql_stmt_num_rows is wrong in the document Created: 2017-09-06 Updated: 2023-12-13 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Shin Yoshida | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Documentation | ||
| Issue Links: |
|
||||
| Description |
|
mysql_stmt_num_rows returns unsigned long long, not int. https://mariadb.com/kb/en/the-mariadb-library/mysql_stmt_num_rows/ |