aboutsummaryrefslogtreecommitdiffstats
path: root/syncshadowdb
Commit message (Collapse)AuthorAgeFilesLines
* when invoked with -syncall, have the GET_LOCK time out after 45 minutes ↵dmose%mozilla.org2000-10-241-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
* change db->query to db->do to be compatible with latest version of DBI andcyeh%bluemartini.com2000-06-061-1/+1
| | | | DBD.
* Clear the shadow log when doing a full sync; the data isn't good forterry%mozilla.org2000-03-211-1/+2
| | | | anything anyway.
* Make the syncing process low priority, so that we won't hang upterry%mozilla.org2000-03-211-0/+8
| | | | shadowdb operations.
* Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org2000-03-211-14/+79
| | | | busting other people trying to use the system.
* doh! my last checkin broke -v. fixed.dmose%mozilla.org2000-03-171-3/+1
|
* get rid of undefined warningdmose%mozilla.org2000-03-161-1/+1
|
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-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.