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

Method add

plugin/handler_socket/client/hslongrun.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 : verify_error_count(0), runtime_error_count(0),
170 unknown_count(0), success_count(0) { }
171 void add(const hs_longrun_stat& x) {
172 verify_error_count += x.verify_error_count;
173 runtime_error_count += x.runtime_error_count;
174 unknown_count += x.unknown_count;
175 success_count += x.success_count;
176 }
177};
178
179struct hs_longrun_thread_base : public thread_base {

Callers 3

make_condFunction · 0.45
hs_longrun_mainFunction · 0.45
hash_recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected