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

Method emit_errors

sql/sql_class.h:2659–2663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657 bool has_errors() const { return m_first != nullptr; }
2658
2659 void emit_errors()
2660 {
2661 for (Error_entry *e= m_first; e; e= e->next)
2662 my_message_sql(e->sql_errno, e->message, MYF(0));
2663 }
2664
2665 void clear()
2666 {

Callers 1

mysql_rename_tablesFunction · 0.80

Calls 1

my_message_sqlFunction · 0.85

Tested by

no test coverage detected