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

Method is_empty

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

Do we have any errors and warnings that we can *show*? */

Source from the content-addressed store, hash-verified

734
735 /** Do we have any errors and warnings that we can *show*? */
736 bool is_empty() const { return m_warn_list.is_empty(); }
737
738 /** Increment the current row counter to point at the next row. */
739 void inc_current_row_for_warning() { m_current_row_for_warning++; }

Callers 1

is_warning_info_emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected