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

Method get_sql_errno

sql/sql_error.h:139–140  ·  view source on GitHub ↗

Get the SQL_ERRNO of this condition. @return the sql error number condition item. */

Source from the content-addressed store, hash-verified

137 @return the sql error number condition item.
138 */
139 uint get_sql_errno() const
140 { return m_sql_errno; }
141
142 void set(uint sql_errno, const char *sqlstate)
143 {

Callers 15

store_server_fieldsFunction · 0.80
update_server_recordFunction · 0.80
val_intMethod · 0.80
equalsMethod · 0.80
matchesMethod · 0.80
writeMethod · 0.80
wsrep_store_error_daFunction · 0.80
assign_defaultsMethod · 0.80
has_sql_conditionMethod · 0.80
mysqld_show_warningsFunction · 0.80
Sql_conditionMethod · 0.80
slave_output_error_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected