MCPcopy Create free account
hub / github.com/arkdb/inception / has_temporary_error

Method has_temporary_error

sql/rpl_reporting.cc:45–105  ·  view source on GitHub ↗

Check if the current error is of temporary nature or not. Some errors are temporary in nature, such as ER_LOCK_DEADLOCK and ER_LOCK_WAIT_TIMEOUT. Ndb also signals that the error is temporary by pushing a warning with the error code ER_GET_TEMPORARY_ERRMSG, if the originating error is temporary. @param thd a THD instance, typically of the slave SQL thread's. @error_arg the erro

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

my_errorFunction · 0.85
get_stmt_daMethod · 0.80
sql_errnoMethod · 0.80
sql_conditionsMethod · 0.80
get_sql_errnoMethod · 0.80
get_message_textMethod · 0.80
ifFunction · 0.70
is_errorMethod · 0.45
clear_errorMethod · 0.45

Tested by

no test coverage detected