Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void 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
execute
Method · 0.45
Calls
2
my_error
Function · 0.85
hton_name
Function · 0.85
Tested by
no test coverage detected