MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / current_row_for_warning

Method current_row_for_warning

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

Return the current counter value. */

Source from the content-addressed store, hash-verified

433
434 /** Return the current counter value. */
435 ulong current_row_for_warning() const { return m_current_row_for_warning; }
436
437 /** Return the number of warnings thrown by the current statement. */
438 ulong current_statement_warn_count() const

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected