Diff
Not logged in

Differences From:

File src/content.c part of check-in [1f8d2501b0] - Make sure new artifacts are entered into the unclustered table. Ticket 4b72e10dca. by drh on 2008-07-23 20:57:55. [view]

To:

File src/content.c part of check-in [dc09f09432] - Fix a missing end-transaction in the content_new() procedure. by drh on 2008-07-24 13:31:03. [view]

@@ -496,8 +496,9 @@
 
   assert( g.repositoryOpen );
   db_begin_transaction();
   if( uuid_is_shunned(zUuid) ){
+    db_end_transaction(0);
     return 0;
   }
   db_static_prepare(&s1,
     "INSERT INTO blob(rcvid,size,uuid,content)"