MySQL 9.1.0
Source Code Documentation
|
Action that gives handlers access to the a THD object. More...
#include <pipeline_handlers.h>
Public Member Functions | |
Handler_THD_setup_action (THD *given_thread) | |
An action that a THD object. More... | |
THD * | get_THD_object () |
Public Member Functions inherited from Pipeline_action | |
Pipeline_action (int action_type) | |
virtual | ~Pipeline_action ()=default |
int | get_action_type () |
Returns this action type. More... | |
Private Attributes | |
THD * | shared_thd_object |
Action that gives handlers access to the a THD object.
This THD would usually belong to the caller avoiding the current_thd macro
|
inline |
An action that a THD object.
given_thread | a pointer to a THD object |
|
inline |
|
private |