Check-in [a15122ff2d]
Not logged in
Overview

SHA1 Hash:a15122ff2d64cb7316c36d2474cee969cbb911d9
Date: 2007-09-26 13:49:54
User: drh
Comment:Fix a bug in autosync commit - cleanup the onremote temp table after use.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/xfer.c from [1a89a70762] to [8babb1577e].

@@ -880,7 +880,8 @@
     if( xfer.nFileSent+xfer.nDeltaSent>0 ){
       go = 1;
     }
   };
   http_close();
+  db_multi_exec("DROP TABLE onremote");
   db_end_transaction(0);
 }