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

Method current_statement_warn_count

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

Return the number of warnings thrown by the current statement. */

Source from the content-addressed store, hash-verified

753
754 /** Return the number of warnings thrown by the current statement. */
755 ulong current_statement_warn_count() const
756 { return m_current_statement_warn_count; }
757
758 /** Make sure there is room for the given number of conditions. */
759 void reserve_space(THD *thd, uint count);

Callers 13

mysql_insertFunction · 0.45
send_ok_packetMethod · 0.45
update_single_tableMethod · 0.45
mysql_alter_tableFunction · 0.45
mysql_loadFunction · 0.45
handle_sql_conditionMethod · 0.45
send_prep_stmtFunction · 0.45
emb_read_prepare_resultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected