Check-in [2d581c03e5]
Not logged in
Overview

SHA1 Hash:2d581c03e53e465f186161bb66eed76807061451
Date: 2008-05-10 18:09:31
User: drh
Comment:Comment changes to the pre-commit verification logic. No changes to code.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/verify.c from [4c09bcd36f] to [ea6146c40b].

@@ -70,10 +70,13 @@
 static Bag toVerify;
 static int inFinalVerify = 0;
 
 /*
 ** This routine is called just prior to each commit operation.
+**
+** Invoke verify_rid() on every record that has been added or modified
+** in the repository, in order to make sure that the repository is sane.
 */
 static int verify_at_commit(void){
   int rid;
   content_clear_cache();
   inFinalVerify = 1;