Added INTERNALLOG

This commit is contained in:
Sears Russell 2006-10-04 04:39:30 +00:00
parent 4bd93ee66a
commit 2903e48e71

View file

@ -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.