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

Function debug_sync_end_thread

sql/debug_sync.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#else
45static inline void debug_sync_init_thread(THD *thd) {}
46static inline void debug_sync_end_thread(THD *thd) {}
47static inline void debug_sync_reset_thread(THD *thd) {}
48static inline bool debug_sync_set_action(THD *, const char *, size_t)
49{ return false; }

Callers 1

~THDMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected