CLASS CkptBeginLogRec
#include <logrec.h>
CkptBeginLogRec is the log record put into the log when a checkpoint begins.
Fields
struct CkptLogData {
LOG_TYPE type;
};
char data;
CkptLogData is how the buffer beginning at data_ptr for a log record is
structured. There are no actual fields, it is just how the byte array can be
casted into this struct.
Methods
none