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

Function debug_sync_reset_thread

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

Source from the content-addressed store, hash-verified

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; }
50#endif /* defined(ENABLED_DEBUG_SYNC) */

Callers 1

free_connectionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected