Check-in [4c072728b4]
Not logged in
Overview

SHA1 Hash:4c072728b4f19edacc251bd4587ae57f3450b6e5
Date: 2007-08-09 03:47:28
User: drh
Comment:Add a quick hack that disables delta compression on xfer. This gives people a chance to synchronize the previous fix. We will eventually remove the hack.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/xfer.c from [dc10588abf] to [04b08e89d9].

@@ -36,10 +36,12 @@
 */
 static int similar_record(int rid, int traceFlag){
   int inCnt, outCnt;
   Stmt q;
   int queue[100];
+
+return 0;
 
   db_prepare(&q,
       "SELECT srcid, EXISTS(SELECT 1 FROM onremote WHERE rid=srcid)"
       "  FROM delta"
       " WHERE rid=:x"