MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
事务提交的日志 更多...
#include <mvcc_trx_log.h>
Public 成员函数 | |
string | to_string () const |
Public 属性 | |
MvccTrxLogHeader | header |
日志头部 | |
int32_t | commit_trx_id |
提交的事务ID | |
静态 Public 属性 | |
static const int32_t | SIZE = sizeof(MvccTrxCommitLogEntry) |
事务提交的日志
并没有事务回滚的日志,日志头就可以包含所有回滚日志需要的数据。