Dwight
|
75883ad1f2
|
rename class
|
2009-12-21 14:45:13 -05:00 |
|
Dwight
|
4d7f8777bf
|
less unused diag string generation
|
2009-12-21 14:32:23 -05:00 |
|
Dwight
|
65cf70f9f6
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-21 14:22:36 -05:00 |
|
Dwight
|
65ae020708
|
QueryMessage was being instantiated twice on every query - fixed.
|
2009-12-21 14:22:23 -05:00 |
|
Aaron
|
92212a0cd2
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-21 11:21:37 -08:00 |
|
Aaron
|
81b7e051b2
|
SERVER-446 js implementation of keySet()
|
2009-12-21 11:21:25 -08:00 |
|
Dwight
|
8a1cecd76e
|
fix cpp unit tests were failing on windows _DEBUG build
|
2009-12-21 14:08:13 -05:00 |
|
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
|
83d4e4f2e1
|
MINOR fix warning
|
2009-12-21 10:17:21 -08:00 |
|
Aaron
|
499cb647b6
|
SERVER-446 MINOR enhance BinData round trip test to check data strings containing null bytes
|
2009-12-21 09:57:04 -08:00 |
|
Aaron
|
455bf0c049
|
SERVER-446 use js BinData type from v8 engine
|
2009-12-21 09:55:20 -08: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
|
9935b7904b
|
nicer error message
|
2009-12-20 07:19:48 -05:00 |
|
Eliot Horowitz
|
facd9e514e
|
fix compile on gcc 4.4.2
|
2009-12-20 07:19:40 -05:00 |
|
Dwight
|
9a7f5fb2d0
|
comment
|
2009-12-18 17:47: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
|
773c59c53c
|
update unit test
|
2009-12-18 17:39:02 -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
|
92bc50cff1
|
split server test code out from general js code SERVER-472
|
2009-12-18 16:53:44 -05:00 |
|
Eliot Horowitz
|
ce3f73a645
|
getLastErrorCmd
|
2009-12-18 16:53:27 -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
|
d85fa3e076
|
quorum checkpoint 2
|
2009-12-17 16:55:13 -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
|
6405d2d0f8
|
re-order boost checks
|
2009-12-17 10:23:23 -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 |
|