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

Method set_error_status

sql/sql_error.cc:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436*/
437
438void
439Diagnostics_area::set_error_status(uint sql_errno)
440{
441 set_error_status(sql_errno,
442 ER(sql_errno),
443 mysql_errno_to_sqlstate(sql_errno),
444 Sql_user_condition_identity(),
445 NULL);
446}
447
448
449/**

Callers 6

sql_alloc_error_handlerFunction · 0.45
handle_delayed_insertFunction · 0.45
executeMethod · 0.45
handle_conditionMethod · 0.45
raise_conditionMethod · 0.45
report_errorMethod · 0.45

Calls 4

mysql_errno_to_sqlstateFunction · 0.85
setFunction · 0.85
set_error_conditionMethod · 0.80

Tested by

no test coverage detected