mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix typo in the locking document. (CVS 1576)
FossilOrigin-Name: 99a7bd83ac38e14bb936a834634313cf98279a62
This commit is contained in:
@ -466,8 +466,8 @@ system bugs that SQLite is unable to defend against.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If a crash or power failure occurs and results in a hot journal, but that
|
||||
journal is deleted. The next process to open the database will not
|
||||
If a crash or power failure occurs and results in a hot journal but that
|
||||
journal is deleted, the next process to open the database will not
|
||||
know that it contains changes that need to be rolled back. The rollback
|
||||
will not occur and the database will be left in an inconsistent state.
|
||||
Rollback journals might be deleted for any number of reasons:
|
||||
|
Reference in New Issue
Block a user