aboutsummaryrefslogtreecommitdiff
path: root/src/wal.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-04-27 18:49:54 +0000
committerdan <dan@noemail.net>2010-04-27 18:49:54 +0000
commit4b64c1e365618707feed1b2d92b80e778183abbe (patch)
tree2e37a397a46dc8846951061fda9919faea6ecdb6 /src/wal.c
parent8b348af860fd2eb123278886edce39bf5fcc0a79 (diff)
parentaf75c8695bd53883e57affaf6eac7c50743d4f2a (diff)
downloadsqlite-4b64c1e365618707feed1b2d92b80e778183abbe.tar.gz
sqlite-4b64c1e365618707feed1b2d92b80e778183abbe.zip
Merge two "wal" leaves.
FossilOrigin-Name: 8c2d43babd61fe2225d5c402174253f412604092
Diffstat (limited to 'src/wal.c')
-rw-r--r--src/wal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wal.c b/src/wal.c
index 14ee78d9f..4710c89a5 100644
--- a/src/wal.c
+++ b/src/wal.c
@@ -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