| 45 | static inline void debug_sync_init_thread(THD *thd) {} |
| 46 | static inline void debug_sync_end_thread(THD *thd) {} |
| 47 | static inline void debug_sync_reset_thread(THD *thd) {} |
| 48 | static inline bool debug_sync_set_action(THD *, const char *, size_t) |
| 49 | { return false; } |
| 50 | #endif /* defined(ENABLED_DEBUG_SYNC) */ |