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

Method push_warning_info

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

Source from the content-addressed store, hash-verified

1146 void free_memory() { m_main_wi.free_memory() ; }
1147
1148 void push_warning_info(Warning_info *wi)
1149 { m_wi_stack.push_front(wi); }
1150
1151 void pop_warning_info()
1152 {

Callers 2

executeMethod · 0.80
open_only_one_tableFunction · 0.80

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected