summaryrefslogtreecommitdiffstats
path: root/syncshadowdb
AgeCommit message (Collapse)AuthorFilesLines
2000-10-24when invoked with -syncall, have the GET_LOCK time out after 45 minutes ↵dmose%mozilla.org1-2/+6
rather than 1 second, since we want syncall to happen anyway, even if other individual syncs are currently in progress. r=endico@mozilla.org
2000-06-06change db->query to db->do to be compatible with latest version of DBI andcyeh%bluemartini.com1-1/+1
DBD.
2000-03-21Clear the shadow log when doing a full sync; the data isn't good forterry%mozilla.org1-1/+2
anything anyway.
2000-03-21Make the syncing process low priority, so that we won't hang upterry%mozilla.org1-0/+8
shadowdb operations.
2000-03-21Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org1-14/+79
busting other people trying to use the system.
2000-03-17doh! my last checkin broke -v. fixed.dmose%mozilla.org1-3/+1
2000-03-16get rid of undefined warningdmose%mozilla.org1-1/+1
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-0/+141
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.