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

Method push_internal_handler

sql/sql_class.cc:998–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996
997
998void THD::push_internal_handler(Internal_error_handler *handler)
999{
1000 DBUG_ENTER("THD::push_internal_handler");
1001 if (m_internal_handler)
1002 {
1003 handler->m_prev_internal_handler= m_internal_handler;
1004 m_internal_handler= handler;
1005 }
1006 else
1007 {
1008 m_internal_handler= handler;
1009 }
1010 DBUG_VOID_RETURN;
1011}
1012
1013bool THD::handle_condition(uint sql_errno,
1014 const char* sqlstate,

Callers 15

fill_column_valuesMethod · 0.80
val_intMethod · 0.80
ha_delete_table_forceFunction · 0.80
ha_table_existsFunction · 0.80
log_generalMethod · 0.80
log_slowMethod · 0.80
view_check_optionMethod · 0.80
update_virtual_fieldsMethod · 0.80
update_virtual_fieldMethod · 0.80
open_stat_tablesFunction · 0.80
open_stat_table_for_ddlFunction · 0.80
fill_all_pluginsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected