0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
Dwight
e0727dc658 clone/copy db now works on replicating databases 2008-12-03 18:27:32 -05:00
unknown
5ca796e0dd a little more on web 2008-11-30 21:00:54 -05:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
Dwight
e7931c2ad6 fix replication b ug with blank source name 2008-10-13 15:55:38 -04:00
Dwight
b696111e64 repl: source parm now optional 2008-10-10 16:55:21 -04:00
Dwight
3332989338 copydb - not yet done 2008-09-12 15:00:20 -04:00
Dwight
f56113d736 arbitrate 2008-09-11 15:13:47 -04:00
Dwight
5f163f72b8 dbgrid.vcproj missing; more work on dbgrid 2008-09-11 09:15:34 -04:00
Dwight
5727d1b853 repl tweaks
justCreated wasn't qutie right
 smarter about handling new db's beign advertised
 log cleaner
2008-09-05 10:40:00 -04:00
Dwight
5f9d52a2f5 more work on pairing 2008-09-04 18:24:03 -04:00
Dwight
5deec92469 endian check capability
repl work in progress
cleanup
2008-09-04 10:33:56 -04:00
Dwight
8cac7e4dc4 advertise new dbs for replication; handle user asserts on repl 2008-09-03 16:43:00 -04: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
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
6d4e9c19bf replication: keep db connection open across batches. 2008-08-15 13:59:22 -04:00
Dwight
b957496acc reuse the dbclientconnection on repl passes 2008-08-13 15:35:28 -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
187156c280 bug fix with $in 2008-08-04 07:00:48 -04:00
Dwight
227f630729 replication 2008-07-29 17:54:54 -04:00
Dwight
a0d1c47ff7 replication some work done 2008-07-28 17:52:44 -04:00
Dwight
3363fe311c collection options are retained when db is cloned;
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Dwight
e011494cbc cloneDatabase() 2008-07-27 18:36:47 -04:00