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

Function ignored_error_code

sql/slave.h:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140*/
141
142inline int ignored_error_code(int err_code)
143{
144 if (use_slave_mask && bitmap_is_set(&slave_error_mask, err_code))
145 {
146 statistic_increment(slave_skipped_errors, LOCK_status);
147 return 1;
148 }
149 return err_code == ER_SLAVE_IGNORED_TABLE;
150}
151
152/*
153 4 possible values for Master_info::slave_running and

Callers 3

do_apply_eventMethod · 0.85

Calls 1

bitmap_is_setFunction · 0.85

Tested by

no test coverage detected