Check-in [2a069086e9]
Not logged in
Overview

SHA1 Hash:2a069086e9caf2df7384b756a1dbb334f3d13e24
Date: 2009-09-14 14:10:49
User: drh
Comment:Make sure the manifest_crosslink_begin/end pair can be called multiple times.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/manifest.c from [3ac47cd0a7] to [2a86daa023].

@@ -911,10 +911,11 @@
   while( db_step(&q)==SQLITE_ROW ){
     const char *zUuid = db_column_text(&q, 0);
     ticket_rebuild_entry(zUuid);
   }
   db_finalize(&q);
+  db_multi_exec("DROP TABLE pending_tkt");
   db_end_transaction(0);
   manifest_crosslink_busy = 0;
 }
 
 /*