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

Method is_warning_info_empty

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

Source from the content-addressed store, hash-verified

1174 { return get_warning_info()->id() != wi->id(); }
1175
1176 bool is_warning_info_empty() const
1177 { return get_warning_info()->is_empty(); }
1178
1179 ulong current_statement_warn_count() const
1180 { return get_warning_info()->current_statement_warn_count(); }

Callers 3

print_warningsMethod · 0.80
change_userMethod · 0.80
mysql_admin_tableFunction · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected