MySQL 9.1.0
Source Code Documentation
|
The type and compilation info flag in the undo record for update. More...
#include <trx0rec.h>
Public Member Functions | |
type_cmpl_t () | |
const byte * | read (const byte *ptr) |
ulint | type_info () |
ulint | cmpl_info () |
bool | is_lob_updated () |
Is an LOB updated by this update operation. More... | |
bool | is_lob_undo () const |
Does the undo log record contains information about LOB partial update vector. More... | |
Private Attributes | |
uint8_t | m_flag |
The type and compilation info flag in the undo record for update.
For easier understanding let the 8 bits be numbered as 7, 6, 5, 4, 3, 2, 1, 0.
|
inline |
|
inline |
|
inline |
Does the undo log record contains information about LOB partial update vector.
|
inline |
Is an LOB updated by this update operation.
|
inline |
|
private |