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

Function mysql_error

sql-common/client.c:4648–4651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4646
4647
4648const char * STDCALL mysql_error(MYSQL *mysql)
4649{
4650 return mysql ? mysql->net.last_error : mysql_server_last_error;
4651}
4652
4653
4654/*

Callers 1

finish_with_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected