MySQL 9.1.0
Source Code Documentation
|
RAII class for temporarily turning off @autocommit in the connection. More...
#include <thd_raii.h>
Public Member Functions | |
Disable_autocommit_guard (THD *thd) | |
~Disable_autocommit_guard () | |
Private Attributes | |
THD * | m_thd |
ulonglong | m_save_option_bits |
RAII class for temporarily turning off @autocommit in the connection.
|
inlineexplicit |
thd | non-NULL - pointer to the context of connection in which @autocommit mode needs to be disabled. NULL - if @autocommit mode needs to be left as is. |
|
inline |
|
private |
|
private |