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

479 Commits

Author SHA1 Message Date
Dwight
362fc87a72 windows: compile in release mode
but doesn't work yet, fix boost lib
2008-09-23 10:56:33 -04:00
Dwight
5e62e2d301 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-19 17:56:41 -04:00
Dwight
a280883fee minilex off 2008-09-19 17:56:31 -04:00
Eliot Horowitz
9ea5237869 leak fix for new jni methods 2008-09-18 09:42:14 -04:00
Eliot Horowitz
8216dc63c5 jni lies - you do need to release things 2008-09-18 09:39:14 -04:00
Eliot Horowitz
3507a09bfb fixed inf. loop in jni error handler 2008-09-17 20:46:16 -04:00
Dwight
6f3628d022 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-15 15:31:30 -04:00
Dwight
379a756262 copydb 2008-09-15 15:30:53 -04:00
Eliot Horowitz
db91183962 classpath 2008-09-15 11:02:13 -04:00
Eliot Horowitz
0627621e00 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-15 09:50:45 -04:00
Eliot Horowitz
0eb21f59f9 some more things to ignore 2008-09-15 09:50:39 -04:00
Dwight
f9fd02c198 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-15 09:14:53 -04:00
Dwight
75418800a2 dbgrid new files 2008-09-15 09:14:42 -04:00
dwight
2a8679c801 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-14 22:49:44 -04:00
dwight
e783239b3f copydb work 2008-09-14 22:49:30 -04:00
Eliot Horowitz
245779485e Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p 2008-09-14 22:03:01 -04:00
Eliot Horowitz
31eff8fb7c can use this. instead of obj. for $where
scope passing for db.eval
2008-09-14 13:16:50 -04:00
Eliot Horowitz
54668a9afe can pass functions with scopes 2008-09-14 12:39:49 -04:00
Eliot Horowitz
5fa38bdead ./db javatest just runs the jni test 2008-09-14 12:38:48 -04:00
Dwight
3332989338 copydb - not yet done 2008-09-12 15:00:20 -04:00
Dwight
18e7e1fa40 fix assumed initialization order of globals 2008-09-12 11:26:51 -04:00
Dwight
e9370576ad oplogging off unless a special build 2008-09-11 16:25:16 -04:00
Dwight
f56113d736 arbitrate 2008-09-11 15:13:47 -04:00
Dwight
87ba097b35 declare who our remote is on ismaster cmd 2008-09-11 13:48:30 -04:00
Dwight
2b67b58085 Option_SlaveOk 2008-09-11 13:04:30 -04:00
Dwight
1d4379a5d2 dbgrid.cpp added; return $err on assert 2008-09-11 10:45:57 -04:00
Dwight
5f163f72b8 dbgrid.vcproj missing; more work on dbgrid 2008-09-11 09:15:34 -04:00
Dwight
f2bee299e4 clean up commands (new method for making them) 2008-09-10 15:31:05 -04:00
Dwight
0756afd8e2 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-09-10 11:39:04 -04:00
Dwight
7f490a85c2 comments 2008-09-10 11:38:51 -04:00
Eliot Horowitz
84e3a515b4 $where leak 2008-09-09 21:51:27 -04:00
Dwight
90d0885116 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/makefile
2008-09-09 14:30:22 -04:00
Dwight
98d4a02dcb dbgrid start 2008-09-09 10:19:31 -04:00
dwight
4af0da7918 break out code to serparate file 2008-09-08 20:37:59 -04:00
Dwight
8dd8937576 better class name 2008-09-05 18:04:29 -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
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