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

2350 Commits

Author SHA1 Message Date
Dwight
0f17215227 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-21 13:19:32 -05:00
Dwight
3c30bcb826 refactor CurOp 2009-12-21 13:19:20 -05:00
Aaron
e6b27edec7 MINOR comments 2009-12-21 09:26:16 -08:00
Eliot Horowitz
dcd4040ed5 beter error handling in m/r 2009-12-21 10:58:20 -05:00
Eliot Horowitz
3e2d226bee assert on mmap failure 2009-12-21 10:20:30 -05:00
Eliot Horowitz
bbd33359d9 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
	util/mmap_posix.cpp
2009-12-21 10:06:52 -05:00
Eliot Horowitz
8f1e01b0e4 macro for errno so messages are consistent and have full debugging 2009-12-21 10:06:14 -05:00
Eliot Horowitz
facd9e514e fix compile on gcc 4.4.2 2009-12-20 07:19:40 -05:00
Dwight
d27a3e0a1c Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-18 17:43:55 -05:00
Dwight
2437f989c9 fix a problem with extent re-use SERVER-490 2009-12-18 17:43:40 -05:00
Eliot Horowitz
a0945b2020 this was done elsewhere
Revert "reset query optimizer stats on adding or removing an index"

This reverts commit 159f7df930.
2009-12-18 17:41:26 -05:00
Eliot Horowitz
da08edb63d tests and minor fixes for SERVER-181 and SERVER-273 2009-12-18 17:28:36 -05:00
Eliot Horowitz
96472f28a3 make ClientCursor::yield - move temp test there 2009-12-18 14:10:24 -05:00
Eliot Horowitz
159f7df930 reset query optimizer stats on adding or removing an index 2009-12-18 11:24:10 -05:00
Dwight
65ee1eafde Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-18 10:23:22 -05:00
Dwight
558bb8ccb8 fix bug in remove concurrency 2009-12-18 10:23:10 -05:00
Eliot Horowitz
e9257ac751 fix un-sorted update 2009-12-18 01:51:43 -05:00
Eliot Horowitz
a71ff07701 BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field name 2009-12-18 01:50:43 -05:00
Eliot Horowitz
4ea2e8ff49 add dbtempreleasecond that only releases if you have a single level lock 2009-12-17 20:45:54 -05:00
Dwight
0d1a097017 minor 2009-12-17 17:29:29 -05:00
Eliot Horowitz
23f6ef2c9a unlock ever 100 objects scanned, not deleted SERVER-494 2009-12-17 17:27:57 -05:00
Eliot Horowitz
c908b7094c Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-17 17:22:01 -05:00
Eliot Horowitz
6909e1412b if someone else advances my cursor be safe SERVER-494 2009-12-17 17:21:46 -05:00
Dwight
04f8a62f85 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	db/query.cpp
2009-12-17 17:21:11 -05:00
Dwight
9cc8e2608a rename func 2009-12-17 17:17:46 -05:00
Eliot Horowitz
e7eb18f2f2 move ClientCursor to stack SERVER-494 2009-12-17 17:15:13 -05:00
Eliot Horowitz
4771ba64e3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-17 16:55:19 -05:00
Eliot Horowitz
a7635d3b09 when doing large delete, unlock so other things can go: SERVER-494 2009-12-17 16:54:40 -05:00
Dwight
7ac119e062 build vis studio 2009-12-17 16:18:00 -05:00
Eliot Horowitz
fbbbdd3e70 option for getlasterror to fsync 2009-12-17 16:15:36 -05:00
Eliot Horowitz
63c52d08da cleaning 2009-12-16 23:34:43 -05:00
Eliot Horowitz
3e5d63dd63 spam 2009-12-16 23:29:49 -05:00
Eliot Horowitz
de3db911a0 when doing upsert, don't copy $ filters SERVER-492 2009-12-16 21:53:12 -05:00
Eliot Horowitz
cb67dbc196 make getObjectid const SERVER-491 2009-12-16 13:41:01 -05:00
Mathias Stearn
eba078d053 Get rid of compareValues 2009-12-14 17:06:29 -05:00
Mathias Stearn
2abcf7cf18 fix warning 2009-12-14 12:38:26 -05:00
Eliot Horowitz
7639d5d155 fix inShutdown 2009-12-14 11:06:06 -05:00
Eliot Horowitz
5a17296252 better handling of shutdown failures 2009-12-14 09:50:49 -05:00
Eliot Horowitz
1d66de5bbf Merge branch 'master' of github.com:mongodb/mongo 2009-12-11 22:19:29 -05:00
Eliot Horowitz
45c1c32509 increase default collection loevel log size from 128 to 256 mb 2009-12-11 22:19:13 -05:00
Mathias Stearn
cb16e7c62b $unset support in update. SERVER-134 2009-12-11 16:02:53 -05:00
Eliot Horowitz
98d4235cd7 better error messages 2009-12-11 13:50:16 -05:00
Dwight
0d626c9e1e Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-11 12:41:39 -05:00
Dwight
e42ea09fd1 fix SERVER-474 2009-12-11 12:41:26 -05:00
Eliot Horowitz
85799367e7 $pull uses a matcher now, so partial matches are supported
and things like { $pull : { a : { x : { $gt : 5 } } } }
SERVER-452
2009-12-11 12:33:16 -05:00
Eliot Horowitz
6504ce1766 some comments 2009-12-10 17:30:11 -05:00
Eliot Horowitz
03da5382fb removed old update code 2009-12-10 17:02:47 -05:00
Eliot Horowitz
341cd83dd1 finish + switch to simpler+cleaner new object from mod code 2009-12-10 16:38:47 -05:00
Eliot Horowitz
4119148e97 almost all operators done on recursive update version 2009-12-10 15:59:09 -05:00
Eliot Horowitz
9bf50a42e3 more update cleaning 2009-12-10 14:29:14 -05:00