MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / push_internal_handler

Method push_internal_handler

sql/sql_class.cc:947–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947void THD::push_internal_handler(Internal_error_handler *handler) {
948 if (m_internal_handler) {
949 handler->m_prev_internal_handler = m_internal_handler;
950 m_internal_handler = handler;
951 } else
952 m_internal_handler = handler;
953}
954
955bool THD::handle_condition(uint sql_errno, const char *sqlstate,
956 Sql_condition::enum_severity_level *level,

Callers 15

remove_const_condsMethod · 0.80
fill_columnMethod · 0.80
val_intMethod · 0.80
ha_delete_tableFunction · 0.80
print_errorMethod · 0.80
log_generalMethod · 0.80
log_slowMethod · 0.80
open_binary_frmFunction · 0.80
unpack_value_generatorFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_quick_selectFunction · 0.64
Mock_error_handlerMethod · 0.64