Diff
Not logged in

Differences From:

File src/xfer.c part of check-in [72959c415e] - Fix a bug in the cluster creater. The bug prevents clusters from being created correctly when there are phantom artifacts. by drh on 2008-11-19 22:44:23. [view]

To:

File src/xfer.c part of check-in [2be82dcc2a] - The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket 39f3294e213111a51e93d02fef6faa0062979619 by drh on 2008-12-07 18:48:09. [view]

@@ -540,8 +540,9 @@
   blob_zero(&xfer.err);
   xfer.pIn = &g.cgiIn;
   xfer.pOut = cgi_output_blob();
   xfer.mxSend = db_get_int("max-download", 5000000);
+  g.xferPanic = 1;
 
   db_begin_transaction();
   db_multi_exec(
      "CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);"