Diff
Not logged in

Differences From:

File src/vfile.c part of check-in [2dffce041d] - Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. by drh on 2008-12-06 18:02:21. [view]

To:

File src/vfile.c part of check-in [491b2c69ec] - Fix an SQL syntax error. Ticket 62c84f3e604a06f9b8f3f4ca39f774d6909115aa. by drh on 2008-12-20 02:23:18. [view]

@@ -249,9 +249,9 @@
     zName = db_column_text(&q, 0);
     unlink(zName);
   }
   db_finalize(&q);
-  db_multi_exec("UPDATE vfile SET mtime=NULL HERE vid=%d AND mrid>0", vid);
+  db_multi_exec("UPDATE vfile SET mtime=NULL WHERE vid=%d AND mrid>0", vid);
 }
 
 /*
 ** Load into table SFILE the name of every ordinary file in