1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Merge two "wal" leaves.

FossilOrigin-Name: 8c2d43babd61fe2225d5c402174253f412604092
This commit is contained in:
dan
2010-04-27 18:49:54 +00:00
12 changed files with 38 additions and 85 deletions

View File

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