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

Method disable_status

sql/sql_error.cc:514–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512*/
513
514void
515Diagnostics_area::disable_status()
516{
517 DBUG_ENTER("disable_status");
518 DBUG_ASSERT(! is_set());
519 m_status= DA_DISABLED;
520 DBUG_VOID_RETURN;
521}
522
523Warning_info::Warning_info(ulonglong warn_id_arg,
524 bool allow_unlimited_warnings, bool initialize)

Callers 5

send_result_to_clientMethod · 0.80
sql_parse.ccFile · 0.80
send_prep_stmtFunction · 0.80
mysqld_stmt_closeFunction · 0.80
mysql_stmt_get_longdataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected