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

Method current_row_for_warning

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

Return the current counter value. */

Source from the content-addressed store, hash-verified

750
751 /** Return the current counter value. */
752 ulong current_row_for_warning() const { return m_current_row_for_warning; }
753
754 /** Return the number of warnings thrown by the current statement. */
755 ulong current_statement_warn_count() const

Callers 15

mysql_audit_generalFunction · 0.45
mysql_insertFunction · 0.45
val_decimalMethod · 0.45
print_errorMethod · 0.45
storeMethod · 0.45
load_data_set_nullMethod · 0.45
raise_conditionMethod · 0.45
thd_get_error_rowFunction · 0.45
mysql_alter_tableFunction · 0.45
read_fixed_lengthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected