MySQL 9.0.0
Source Code Documentation
|
RAII style wrapper to enter and exit wait stage. More...
#include <clone0clone.h>
Public Member Functions | |
Wait_stage (const char *new_info) | |
Constructor to change the THD information string. More... | |
~Wait_stage () | |
Destructor to revert back the old information string. More... | |
Private Attributes | |
const char * | m_saved_info |
Saved old THD information string. More... | |
Additional Inherited Members | |
Private Member Functions inherited from ut::Non_copyable | |
Non_copyable (const Non_copyable &)=delete | |
Non_copyable & | operator= (const Non_copyable &)=delete |
Non_copyable ()=default | |
~Non_copyable ()=default | |
RAII style wrapper to enter and exit wait stage.
|
explicit |
Constructor to change the THD information string.
[in] | new_info | new information string |
Clone_Sys::Wait_stage::~Wait_stage | ( | ) |
Destructor to revert back the old information string.
|
private |
Saved old THD information string.