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

Function debug_sync_init_thread

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

Source from the content-addressed store, hash-verified

43extern uchar *debug_sync_value_ptr(THD *thd);
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)

Callers 1

THDMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected