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

Function cli_read_change_user_result

sql-common/client.c:1907–1910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905static MYSQL_RES *cli_use_result(MYSQL *mysql);
1906
1907int cli_read_change_user_result(MYSQL *mysql)
1908{
1909 return cli_safe_read(mysql);
1910}
1911
1912static MYSQL_METHODS client_methods=
1913{

Callers

nothing calls this directly

Calls 1

cli_safe_readFunction · 0.85

Tested by

no test coverage detected