MCPcopy Create free account
hub / github.com/MariaDB/server / print_error

Method print_error

sql/group_by_handler.cc:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void group_by_handler::print_error(int error, myf errflag)
143{
144 my_error(ER_GET_ERRNO, MYF(0), error, hton_name(ht)->str);
145}

Callers 1

executeMethod · 0.45

Calls 2

my_errorFunction · 0.85
hton_nameFunction · 0.85

Tested by

no test coverage detected