MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / mysql_num_rows

Function mysql_num_rows

sql-common/client.c:4632–4635  ·  view source on GitHub ↗

MYSQL_RES */

Source from the content-addressed store, hash-verified

4630
4631/* MYSQL_RES */
4632my_ulonglong STDCALL mysql_num_rows(MYSQL_RES *res)
4633{
4634 return res->row_count;
4635}
4636
4637unsigned int STDCALL mysql_num_fields(MYSQL_RES *res)
4638{

Callers 1

isPrimaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected