Commit Graph

460 Commits

Author SHA1 Message Date
Aaron
fa4e812db8 SERVER-109 simplify getMore 2010-05-25 13:08:41 -07:00
Aaron
713e03c506 SERVER-109 put Matcher in other Cursors, $or with distinct 2010-05-25 13:03:47 -07:00
Aaron
daf718d7e0 SERVER-109 cleaner 2010-05-25 10:33:20 -07:00
Aaron
54921ae594 SERVER-109 basic getmore 2010-05-24 23:51:24 -07:00
Aaron
b7add1f622 SERVER-109 iterator interface for delete and update 2010-05-24 22:00:25 -07:00
Aaron
68ce7b981e SERVER-109 $or getMore checkpoint 2010-05-23 22:54:15 -07:00
Aaron
5dbfc20994 SERVER-109 separate n and oldN for bookkeeping 2010-05-21 12:53:05 -07:00
Aaron
df75203993 SERVER-109 Message only use vector when necessary 2010-05-21 12:34:22 -07:00
Aaron
e22cd87158 SERVER-109 enhance test 2010-05-20 23:27:47 -07:00
Aaron
b75acdc7fb SERVER-109 basic support for sequential plan scanning with a real query 2010-05-20 22:11:46 -07:00
Aaron
3c2dadcec5 SERVER-109 count don't look at more clauses once hit limit 2010-05-20 11:44:22 -07:00
Aaron
e4424bbe83 SERVER-109 handle no index match case in remove 2010-05-20 11:16:19 -07:00
Aaron
1b3225224b SERVER-109 fix justOne regression 2010-05-20 11:12:42 -07:00
Eliot Horowitz
5ebeb7e122 don't call (chech|note)Location when end of cursor 2010-05-19 13:36:36 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Aaron
4b2e9d9ac1 SERVER-109 put Message in UserQueryOp 2010-05-18 22:09:22 -07:00
Eliot Horowitz
687644ba22 Merge branch 'master' of git@github.com:mongodb/mongo 2010-05-14 17:08:18 -04:00
Eliot Horowitz
44b4bf454a flush killcursors msg 2010-05-14 16:40:40 -04:00
Dwight
34e2b5421d rs made most commands return ok:true or false instead of ok:1 or 0 !!! 2010-05-14 16:32:24 -04:00
Aaron
8872356974 cleanup 2010-05-13 00:29:59 -07:00
Aaron
9ed625ed2e merge 2010-05-12 10:41:09 -07:00
Aaron
521136dfc0 SERVER-109 $or checkpoint 2010-05-12 10:38:58 -07:00
Eliot Horowitz
efe3870c61 fix build 2010-05-11 22:41:11 -04:00
Mathias Stearn
f99aba9824 $showDiskLoc query option SERVER-1054.
Implementation is a bit ugly. Please code-review and let me know if there is a better way
2010-05-11 19:12:13 -04:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Eliot Horowitz
aa82a78789 $maxScan for limiting how much to scan SERVER-1015 2010-04-28 16:11:27 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight
0976928780 less chatty 2010-04-22 16:23:59 -04:00
Dwight Merriman
dc75bbf201 master check for replsets 2010-04-21 21:49:09 -04:00
Dwight Merriman
ac91527d47 rename file 2010-04-21 18:46:31 -04:00
Eliot Horowitz
5645c80f94 better/safe implementation of tracking slave progress for SERVER-467 2010-04-02 13:18:06 -04:00
Eliot Horowitz
36acf154d5 cleaning 2010-04-02 12:56:11 -04:00
Eliot Horowitz
2077548895 first cut at storing slave locations in prep for SERVER-467 2010-03-30 14:32:15 -04:00
Aaron
977765e76d debug full command spec when slow 2010-03-29 23:24:13 -07:00
Dwight
8c0333345a first pass at making replication more realtime 2010-03-26 14:37:31 -04:00
Eliot Horowitz
c86ea1f913 fix ClientCursor change 2010-03-25 16:16:59 -04:00
Eliot Horowitz
024255e905 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-25 15:49:24 -04:00
Eliot Horowitz
04f21a1ffe optimize explain() SERVER-830 2010-03-25 15:49:06 -04:00
Dwight
14e61fb619 store queryOptions in ClientCursor in case needed during getMore 2010-03-25 15:42:11 -04:00
Dwight
9ad05c8c93 comment 2010-03-25 14:18:31 -04:00
Dwight
7a8eafa9ba better name in curop.debug str 2010-03-25 11:49:49 -04:00
Eliot Horowitz
df2dd73fdb fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
Eliot Horowitz
7fa2feb891 some Cursors may not support get more 2010-03-17 11:46:26 -04:00
Aaron
b4257fa816 SERVER-761 don't release mutex in deleteObjects() in god mode 2010-03-16 14:05:25 -07:00
Eliot Horowitz
b425b6bfe0 commited and reverted so the code exists
Revert "stalled attempt at covered index lookup SERVER-192 see case for why stalled"

This reverts commit aa6c394b72.
2010-03-15 16:53:31 -04:00
Eliot Horowitz
aa6c394b72 stalled attempt at covered index lookup SERVER-192 see case for why stalled 2010-03-15 16:52:41 -04:00
Eliot Horowitz
f927ace9d1 explain has difference between btree scanned and objects loaded SERVER-702 2010-03-14 00:36:13 -05:00
Eliot Horowitz
43b2fab5cd fix explain for _id lookup SERVER-468 2010-03-12 15:58:21 -05:00
Aaron
94479c550f SERVER-645 tailable cursor on capped collections only, won't use indexes 2010-03-09 16:19:51 -08:00