MySQL 9.1.0
Source Code Documentation
|
Enable capability to process debug_sync point from components. More...
#include <mysql_debug_sync_service.h>
Public Attributes | |
void(* | debug_sync )(THD *thd, const char *name) |
Process debug_sync point. More... | |
Enable capability to process debug_sync point from components.
MySQL server provides DEBUG_SYNC macro to enable controlled testing. This service makes the same functionality to component.
The usage remains the same way as used in server. E.g., DEBUG_SYNC("debug sync point");
Process debug_sync point.
[in] | thd | The THD pointer to current thread. |
[in] | name | The debug point name to process. |