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

Method push_warning_info

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

Source from the content-addressed store, hash-verified

673 Diagnostics_area(ulonglong warning_info_id, bool allow_unlimited_warnings);
674
675 void push_warning_info(Warning_info *wi)
676 { m_wi_stack.push_front(wi); }
677
678 void pop_warning_info()
679 {

Callers

nothing calls this directly

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected