Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ mysql_num_fields
Function
mysql_num_fields
sql-common/client.c:4637–4640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4635
}
4636
4637
unsigned int STDCALL mysql_num_fields(MYSQL_RES *res)
4638
{
4639
return res->field_count;
4640
}
4641
4642
uint STDCALL mysql_errno(MYSQL *mysql)
4643
{
Callers
4
get_join_table_result_set
Function · 0.85
mysql_sql_parse_field_cardinality_new
Function · 0.85
is_this_table
Function · 0.85
get_key_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected