removed dead field from TransactionLog
This commit is contained in:
parent
b5d578f4e0
commit
29662b7e06
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ typedef struct {
|
|||
int xid;
|
||||
lsn_t prevLSN;
|
||||
lsn_t recLSN;
|
||||
LogHandle lh;
|
||||
} TransactionLog;
|
||||
|
||||
#define LOG_TO_FILE 0
|
||||
|
|
Loading…
Reference in a new issue