diff options
author | dan <dan@noemail.net> | 2010-04-27 18:49:54 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2010-04-27 18:49:54 +0000 |
commit | 4b64c1e365618707feed1b2d92b80e778183abbe (patch) | |
tree | 2e37a397a46dc8846951061fda9919faea6ecdb6 /src/wal.c | |
parent | 8b348af860fd2eb123278886edce39bf5fcc0a79 (diff) | |
parent | af75c8695bd53883e57affaf6eac7c50743d4f2a (diff) | |
download | sqlite-4b64c1e365618707feed1b2d92b80e778183abbe.tar.gz sqlite-4b64c1e365618707feed1b2d92b80e778183abbe.zip |
Merge two "wal" leaves.
FossilOrigin-Name: 8c2d43babd61fe2225d5c402174253f412604092
Diffstat (limited to 'src/wal.c')
-rw-r--r-- | src/wal.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ ** "journal_mode=wal" mode. */ + /* ** LOG FILE FORMAT ** @@ -157,7 +158,7 @@ struct LogSummary { ** obtains the DMH lock (see below), and while log recovery is ** being run. ** -** DMH: The DMH (Dead Mans Hand mechanism) lock is used to ensure +** DMS: The DMS (Dead Mans Switch mechanism) lock is used to ensure ** that log-recovery is always run following a system restart. ** When it first opens a log-summary file, a process takes a ** SHARED lock on the DMH region. This lock is not released until |