MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
MTR_COMMIT 日志的数据 更多...
#include <clog.h>
Public 成员函数 | |
bool | operator== (const CLogRecordCommitData &other) const |
std::string | to_string () const |
Public 属性 | |
int32_t | commit_xid_ = -1 |
事务提交的事务号 | |
MTR_COMMIT 日志的数据
其它的类型的MTR日志都没有数据,只有COMMIT有。