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

Method raise_error

sql/sql_class.cc:1049–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047
1048
1049void THD::raise_error(uint sql_errno)
1050{
1051 const char* msg= ER_THD(this, sql_errno);
1052 (void) raise_condition(sql_errno, "\0\0\0\0\0",
1053 Sql_condition::WARN_LEVEL_ERROR, msg);
1054}
1055
1056void THD::raise_error_printf(uint sql_errno, ...)
1057{

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected