Added INTERNALLOG
This commit is contained in:
parent
4bd93ee66a
commit
2903e48e71
1 changed files with 5 additions and 2 deletions
|
@ -182,12 +182,15 @@ extern const short SLOT_TYPE_LENGTHS[];
|
|||
/*
|
||||
Definitions for different types of logs
|
||||
*/
|
||||
/* A log type reservered for the log implementation. Its format
|
||||
depends on the physical log's implementation. Most other code
|
||||
(recovery, abort) should be prepared to accept and ignore these
|
||||
entries. */
|
||||
#define INTERNALLOG 0
|
||||
#define UPDATELOG 1
|
||||
#define XBEGIN 2
|
||||
#define XCOMMIT 3
|
||||
#define XABORT 4
|
||||
/* Folded into update log entries */
|
||||
/*#define XALLOC 5*/
|
||||
/**
|
||||
XEND is used for after the pages touched by a transaction have
|
||||
been flushed to stable storage.
|
||||
|
|
Loading…
Reference in a new issue