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

Method sql_errno

sql/sql_error.h:1085–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083
1084
1085 uint sql_errno() const
1086 {
1087 DBUG_ASSERT(m_status == DA_ERROR);
1088 return Sql_state_errno::get_sql_errno();
1089 }
1090
1091 const char* get_sqlstate() const
1092 { DBUG_ASSERT(m_status == DA_ERROR); return Sql_state::get_sqlstate(); }

Callers 15

delayed_get_tableFunction · 0.80
get_local_tableMethod · 0.80
prepare_eofMethod · 0.80
opt_sum_queryFunction · 0.80
wsrep_override_errorFunction · 0.80
wsrep_log_thdFunction · 0.80
ha_rollback_transFunction · 0.80
binlog_commit_by_xidFunction · 0.80
binlog_rollback_by_xidFunction · 0.80
check_write_errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected