Dwight
8cac7e4dc4
advertise new dbs for replication; handle user asserts on repl
2008-09-03 16:43:00 -04:00
Eliot Horowitz
fd876a27f7
fix a possible typo??
...
dwight - please verify
2008-08-28 20:34:44 -04:00
dwight
5bd0db4c4c
chedck for indexes on $inc updates. disallow the update then for now -- but will eventually allow and just update
...
the index
2008-08-28 17:05:15 -04:00
Dwight
d434796704
transientdetails work in prog
2008-08-28 09:54:46 -04:00
Dwight
6591d77bd9
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-27 20:33:57 -04:00
Dwight
10d993452b
added transient namespace info
2008-08-27 20:33:47 -04:00
yellow
fa9c4b0b5f
--master default in run.tcs
2008-08-27 00:24:08 +00:00
Dwight
43529c43cf
we only clone one database per pass, even if a lot need done. This helps us
...
avoid overflowing the master's transaction log by doing too much work before going
back to read more transactions. (Imagine a scenario of slave startup where we try to
clone 100 databases in one pass.)
2008-08-26 13:34:34 -04:00
dwight
8d00ee0321
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-25 16:53:30 -04:00
dwight
26d4234362
minor repl; ocmments
2008-08-25 16:53:19 -04:00
Dwight
ca08e48791
repl tweaks
2008-08-25 16:46:39 -04:00
dwight
94f9bdee47
forgot to implement skip() for scanandorder
2008-08-24 20:43:48 -04:00
dwight
247764becc
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-24 19:21:52 -04:00
dwight
f7acdf8f13
rebuilt boost
2008-08-24 19:21:35 -04:00
U-GEIR-5ACC88A714\Administrator
5599f9ec69
db.cpp : tweak correction of supplied data dir path to work on windows
...
also. This needs a real fix - something a little more elegant
2008-08-23 06:58:38 -04:00
U-GEIR-5ACC88A714\Administrator
b4d9b391a3
javajs.cpp : if the appsrvpath is set on command line, respect it
2008-08-22 15:06:24 -04:00
Dwight
02bc370b37
sort without index
2008-08-21 18:05:13 -04:00
Dwight
d3099f01ab
beginnings of some sorting stuff
2008-08-19 17:57:05 -04:00
Dwight
53c3f540b6
auto add _id index on slave so replication is fast
2008-08-19 17:13:20 -04:00
Dwight
bfb61b7795
cleanup
2008-08-19 16:12:13 -04:00
Dwight
4e922d955b
reuse cursor from repl batch to batch
2008-08-19 14:39:44 -04:00
Dwight
c0867d2c3f
replicate $inc right; implement $set
2008-08-18 18:00:17 -04:00
dwight
03229b8fa9
repl npe / cleanup when can't connect to master
2008-08-17 21:32:37 -04:00
dwight
8f13ff6f1a
index creation wasn't replicating right.
2008-08-15 15:23:42 -04:00
dwight
6d4e9c19bf
replication: keep db connection open across batches.
2008-08-15 13:59:22 -04:00
dwight
88c0900a4d
segfault just introduced recently, fixed.
2008-08-15 11:02:59 -04:00
Dwight
b957496acc
reuse the dbclientconnection on repl passes
2008-08-13 15:35:28 -04:00
Dwight
ff3269f365
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-13 12:17:28 -04:00
Dwight
edcee6aaa8
tailable cursors working
2008-08-13 12:17:18 -04:00
Geir Magnusson Jr
ab279caaaa
relative project for xcode for mongo.... take 2
2008-08-12 19:49:39 -04:00
Geir Magnusson Jr
30612d8b4a
remove - start again
2008-08-12 19:42:47 -04:00
Geir Magnusson Jr
b58e00ba12
remove my personal config
2008-08-12 19:03:56 -04:00
Geir Magnusson Jr
3f5d084a14
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-12 18:52:09 -04:00
Geir Magnusson Jr
f27d9a5861
for dwight : I think these are the right pieces for xcode
2008-08-12 18:51:47 -04:00
Dwight
9db9bdba5a
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-12 10:30:39 -04:00
Dwight
f4f3aacad7
checkpoint my work
2008-08-12 10:30:27 -04:00
dwight
b867771881
compile
2008-08-12 08:27:56 -04:00
Dwight
39310ed113
cleanup; fix visual studio settings
2008-08-11 17:02:32 -04:00
Dwight
776387ea1b
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
...
Conflicts:
db/repl.h
2008-08-11 15:16:54 -04:00
Dwight
236575ca95
minor cleanup pragmas
2008-08-11 14:53:08 -04:00
dwight
39030722e5
worko in progress with tailable cursors
2008-08-11 14:07:30 -04:00
dwight
50d596bcfd
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-08-04 09:43:02 -04:00
dwight
187156c280
bug fix with $in
2008-08-04 07:00:48 -04:00
Eliot Horowitz
278e8ad04a
can use <host>:<port> syntax for master host
2008-08-03 22:04:33 -04:00
dwight
112b19a5d9
log cleanup
2008-08-02 17:02:41 -04:00
dwight
bc24777c11
replication fixes plus some log cleanup
2008-08-02 14:58:15 -04:00
Eliot Horowitz
9d5178583f
added type Symbol
2008-07-31 22:21:32 -04:00
Dwight
234844724c
checkpoitning work
2008-07-31 13:37:32 -04:00
Dwight
74337a4d3c
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
2008-07-31 09:58:17 -04:00
Dwight
37acacbe07
repl master fix
2008-07-31 09:58:08 -04:00