MySQL 8.0.40
Source Code Documentation
|
THD::mem_root is only switched with the given mem_root and switched back on destruction. More...
#include <global.h>
Public Member Functions | |
Thd_mem_root_guard (THD *thd, MEM_ROOT *mem_root) | |
~Thd_mem_root_guard () | |
Private Attributes | |
THD * | m_thd |
MEM_ROOT * | m_thd_prev_mem_root |
THD::mem_root is only switched with the given mem_root and switched back on destruction.
This does not free any mem_root.
dd::upgrade_57::Thd_mem_root_guard::~Thd_mem_root_guard | ( | ) |
|
private |
|
private |