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