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

Method increment_warning

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

Used to count any warnings pushed after calling set_ok_status(). */

Source from the content-addressed store, hash-verified

1134
1135 /* Used to count any warnings pushed after calling set_ok_status(). */
1136 void increment_warning()
1137 {
1138 if (m_status != DA_EMPTY)
1139 m_statement_warn_count++;
1140 }
1141
1142 Diagnostics_area(bool initialize);
1143 Diagnostics_area(ulonglong warning_info_id, bool allow_unlimited_warnings,

Callers 1

push_warningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected