Eliot Horowitz
|
8f1e01b0e4
|
macro for errno so messages are consistent and have full debugging
|
2009-12-21 10:06:14 -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 |
|
Aaron
|
15971b9ad9
|
SERVER-446 test that BinData js object is being used
|
2009-12-16 18:37:31 -08:00 |
|
Aaron
|
c3ea73736f
|
SERVER-446 v8 don't attempt to convert c++ backed 'external' objects to BSON
|
2009-12-16 17:47:32 -08:00 |
|
Aaron
|
4cf6964975
|
SERVER-446 fix v8 type() bug involving type hierarchy
|
2009-12-16 17:33:30 -08:00 |
|
Aaron
|
72f5a9db9c
|
MINOR formatting
|
2009-12-16 16:57:12 -08:00 |
|
Aaron
|
643ad02d77
|
SERVER-446 add DBPointer to v8
|
2009-12-16 16:50:36 -08:00 |
|
Aaron
|
2e5ca7d391
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-16 14:49:58 -08:00 |
|
Aaron
|
78a9e77c33
|
SERVER-446 don't attempt to write protect arrays in v8
|
2009-12-16 14:49:22 -08:00 |
|
Eliot Horowitz
|
a87bb5b878
|
build file fix
|
2009-12-16 16:39:03 -05:00 |
|
Eliot Horowitz
|
27ee2bb5d8
|
MINOR win compile
|
2009-12-16 16:31:31 -05:00 |
|
Eliot Horowitz
|
edfe77b6ef
|
quorom connection (for sharding config) checkpoint
|
2009-12-16 16:26:49 -05:00 |
|
Aaron
|
ec440eda85
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-16 11:43:40 -08:00 |
|
Aaron
|
385bb32641
|
SERVER-446 v8 support bindata round trip
|
2009-12-16 11:42:46 -08:00 |
|
Mathias Stearn
|
ee53e7ec8b
|
MVar synchronization primitive
|
2009-12-16 14:38:05 -05:00 |
|
Aaron
|
c28e159520
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-16 11:17:11 -08:00 |
|
Aaron
|
df01c097d6
|
SERVER-446 implement old style dbref support in v8
|
2009-12-16 11:14:48 -08:00 |
|
Eliot Horowitz
|
cb67dbc196
|
make getObjectid const SERVER-491
|
2009-12-16 13:41:01 -05:00 |
|
Aaron
|
7c13d80f1c
|
MINOR comments
|
2009-12-16 10:37:29 -08:00 |
|
Aaron
|
25b56fbba9
|
SERVER-446 support conversion of Code, CodeWScope to v8 function
|
2009-12-16 10:36:17 -08:00 |
|
Aaron
|
b9ddc3e9ef
|
SERVER-446 v8 round trip array support
|
2009-12-16 09:31:56 -08:00 |
|
Aaron
|
df1867b3a7
|
MINOR array js round trip test
|
2009-12-15 18:03:29 -08:00 |
|
Aaron
|
bec620a87a
|
SERVER-446 simple int/double differentiation
|
2009-12-15 17:40:53 -08:00 |
|