Dwight
|
2437f989c9
|
fix a problem with extent re-use SERVER-490
|
2009-12-18 17:43:40 -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 |
|
Eliot Horowitz
|
ecf1dd7d1a
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-10 13:54:34 -05:00 |
|
Eliot Horowitz
|
3d05536732
|
try to print out first element when cloing corrupt object
|
2009-12-10 13:54:21 -05:00 |
|
Aaron
|
e344ab3280
|
MINOR TEMP log logCollection command object for debugging
|
2009-12-10 10:13:33 -08:00 |
|
Aaron
|
2472c5e556
|
MINOR log logSizeMb for debugging
|
2009-12-10 10:08:27 -08:00 |
|
Dwight
|
4390797b88
|
make query optimizer map thread-safe
|
2009-12-09 18:13:36 -05:00 |
|
Dwight
|
79febf1616
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-09 17:04:24 -05:00 |
|
Dwight
|
940e6d12ed
|
some asserts
|
2009-12-09 17:04:14 -05:00 |
|
Aaron
|
151b28ecaf
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-09 14:00:31 -08:00 |
|
Aaron
|
6b57e57e7b
|
SERVER-469 don't crash when authenticate called before getnonce
|
2009-12-09 14:00:14 -08:00 |
|
Dwight
|
f9184738d3
|
more renaming
|
2009-12-09 16:57:53 -05:00 |
|
Dwight
|
5ee785e34a
|
cleaning/comments for namespacedetailstranient readability
|
2009-12-09 16:36:31 -05:00 |
|
Mathias Stearn
|
4987213af9
|
More sane version of extractFieldsDotted (not used anywhere yet)
|
2009-12-09 13:19:18 -05:00 |
|
Mathias Stearn
|
dcf3a10eea
|
Start using Date_t. Can anyone think of a better name?
|
2009-12-09 12:00:17 -05:00 |
|