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

Method send_error

sql/sql_class.cc:1360–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360void select_result::send_error(uint errcode,const char *err)
1361{
1362 my_message(errcode, err, MYF(0));
1363}
1364
1365
1366void select_result::cleanup()

Callers

nothing calls this directly

Calls 1

my_messageFunction · 0.85

Tested by

no test coverage detected