Eliot Horowitz
|
62aad0ee18
|
refactoring runQuery / UserQueryOp part 1
|
2010-02-15 22:33:27 -05:00 |
|
Eliot Horowitz
|
e74ce5f592
|
optimize memory usage a bit
|
2010-02-14 20:36:18 -05:00 |
|
Eliot Horowitz
|
bb740f5527
|
more runQuery cleaning
|
2010-02-13 17:47:32 -05:00 |
|
Eliot Horowitz
|
2ad5ffd39c
|
some cleaning of runQuery
|
2010-02-13 17:41:15 -05:00 |
|
Eliot Horowitz
|
c3b8492cf0
|
count commands separately
|
2010-02-11 12:52:26 -05:00 |
|
Eliot Horowitz
|
c037f21674
|
move some replication settings into ReplicationSettings
|
2010-02-08 21:04:09 -05:00 |
|
Aaron
|
1d562aeb9b
|
SERVER-595 be sure to release mutex in corner case when scan from beginning
|
2010-02-06 14:56:48 -08:00 |
|
Eliot Horowitz
|
68eae18d00
|
slight _id query plan optimization
|
2010-02-05 12:02:01 -05:00 |
|
Eliot Horowitz
|
cf2c6c068e
|
fix timing so starts when enter lock
|
2010-02-04 15:56:02 -05:00 |
|
Eliot Horowitz
|
62f47cc910
|
cleaning up security - moving to centralized location
|
2010-02-04 10:49:19 -05:00 |
|
Eliot Horowitz
|
8e28795bab
|
cleaning
|
2010-02-03 12:03:33 -05:00 |
|
Eliot Horowitz
|
cff55fcc07
|
make locks for queries more fine-grained
|
2010-02-03 11:52:15 -05:00 |
|
Eliot Horowitz
|
6c18efe606
|
pre-lock cleaning
|
2010-02-03 11:34:21 -05:00 |
|
Eliot Horowitz
|
fb3dd13366
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2010-02-02 17:16:32 -05:00 |
|
Aaron
|
ccf1d618f5
|
SERVER-595 forgot to update matcher test for forward scan
|
2010-02-02 12:53:46 -08:00 |
|
Eliot Horowitz
|
cddedd78af
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2010-02-02 15:49:38 -05:00 |
|
Aaron
|
1b251ab297
|
SERVER-595 add test
|
2010-02-02 12:38:48 -08:00 |
|
Aaron
|
7f24acaf6d
|
SERVER-595 extent hopping implementation for findingStart mode
|
2010-02-02 11:46:02 -08:00 |
|
Eliot Horowitz
|
ea575be277
|
Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output anything yet
|
2010-02-01 13:27:05 -05:00 |
|
Dwight
|
03abb654fb
|
eliminate findElement - use getField() instead
|
2010-01-28 13:41:51 -05:00 |
|
Aaron
|
dcce5e795e
|
SERVER-258 add readOnly auth mode
|
2010-01-26 17:04:09 -08:00 |
|
Dwight
|
33bd6d1fe1
|
towards bg indexing
|
2010-01-25 12:25:29 -05:00 |
|
Dwight
|
a5a7815936
|
inspect NamespaceDetails on load
|
2010-01-21 13:40:18 -05:00 |
|
Dwight
|
3f09bd4f64
|
noTimeout() wasn't threadsafe, in theory could timeout before the call. probably wouldn't ever actually
happen - but fixed.
i think there is still some places where ClientCursor::Pointer may be needed, but not yet used.
|
2010-01-21 12:23:44 -05:00 |
|
Dwight
|
11a2fb7e25
|
cleaning
|
2010-01-20 17:11:25 -05:00 |
|
Eliot Horowitz
|
c0a2b97769
|
_id lookup don't work without index (capped collections) SERVER-545
|
2010-01-14 13:07:17 -05:00 |
|
dwight
|
6973778138
|
make findingstartcursor safe from timeouts
|
2010-01-12 14:08:38 -05:00 |
|
Eliot Horowitz
|
fa1b3331b2
|
fix issue from ClientCursor Pointer thing SERVER-521
|
2010-01-11 06:28:27 -05:00 |
|
Dwight
|
63c26a96bd
|
SERVER-521 cursor may be deleted while in getMore
|
2010-01-06 13:39:57 -05:00 |
|
Dwight
|
4d8a09b25a
|
cleanup comments prepwork for some repl improvements
|
2010-01-04 11:15:09 -05:00 |
|
Dwight
|
7d26553061
|
a little code cleanup / renameing
|
2010-01-03 16:37:38 -05:00 |
|
Dwight
|
0aef7092be
|
small opt
|
2009-12-31 16:22:28 -05:00 |
|
Dwight
|
417924bf1e
|
call cc() slightly less
|
2009-12-31 15:51:58 -05:00 |
|
Eliot Horowitz
|
5f36804299
|
stop using stringstream for logging
|
2009-12-29 23:30:29 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Dwight
|
0e1575bd36
|
$atomic option on remove()
see
http://www.mongodb.org/display/DOCS/Removing
|
2009-12-21 17:43:06 -05:00 |
|
Dwight
|
75883ad1f2
|
rename class
|
2009-12-21 14:45:13 -05:00 |
|
Dwight
|
65ae020708
|
QueryMessage was being instantiated twice on every query - fixed.
|
2009-12-21 14:22:23 -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
|
e6b27edec7
|
MINOR comments
|
2009-12-21 09:26:16 -08:00 |
|
Eliot Horowitz
|
96472f28a3
|
make ClientCursor::yield - move temp test there
|
2009-12-18 14:10:24 -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
|
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 |
|