Commit Graph

1859 Commits

Author SHA1 Message Date
Eliot Horowitz
73329a93a0 mongod side of client based errors for SHARDING-16 2009-09-11 12:52:17 -04:00
Eliot Horowitz
378356ccbc make lastError able to work with ids, rather than just tl 2009-09-11 11:56:57 -04:00
Dwight
fd36a649d0 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-11 11:00:24 -04:00
Dwight
8b83d8ad5f fix comment 2009-09-11 11:00:03 -04:00
Dwight
1bdc3762c6 GENOID feature for BSON in c++
BSON( GENOID << z << 3 );
2009-09-11 10:58:59 -04:00
Eliot Horowitz
6d17320350 require --upgrade to upgrade dbs otherwise does nothing 2009-09-10 16:21:55 -04:00
Eliot Horowitz
cbb58275d2 make group work better with nulls 2009-09-10 15:45:31 -04:00
Eliot Horowitz
7910e29912 mem safety for distinct 2009-09-10 13:03:24 -04:00
Eliot Horowitz
780d6dfe11 simple distinct SERVER-127 2009-09-09 17:33:27 -04:00
Eliot Horowitz
af13f83c61 use extractFields which is now correct to fix SERVER-257 2009-09-09 17:17:17 -04:00
Eliot Horowitz
42a0e0f00e more helpful comment 2009-09-09 16:38:52 -04:00
Dwight
fcf361cb2c don't crash if ns len too long 2009-09-09 16:28:59 -04:00
Dwight
b860415ae2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-09 16:22:41 -04:00
Eliot Horowitz
61390f8aea include cleaning 2009-09-09 13:39:16 -04:00
Eliot Horowitz
be97ce47b9 slight change to extractFields to make it more backwardsCompatible 2009-09-09 13:02:41 -04:00
Eliot Horowitz
0cb4b01795 fix SERVER-282 - BSONObj::extractFields 2009-09-09 12:25:02 -04:00
Eliot Horowitz
927078af78 normalize sort order - put null first 2009-09-09 11:51:23 -04:00
Dwight
2691b40339 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-09 09:39:02 -04:00
Dwight
b2e5245396 vcproj 2009-09-09 09:38:43 -04:00
dwight
c2d331fc5f datafile ver checking beginnings 2009-09-08 15:20:21 -04:00
Eliot Horowitz
f65aff4734 fix $pop and replication SERVER-100 2009-09-07 22:51:51 -04:00
Aaron
4a7330fd22 SERVER-100 generate precise btree intervals in FieldRangeSet::indexBounds 2009-09-07 13:49:22 -07:00
Aaron
da40303196 SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
Aaron
6840c4e03a SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
Aaron
05b8207cc0 MINOR SERVER-100 specific tests for FieldBound operations 2009-09-07 10:39:32 -07:00
Aaron Staple
b4ed11064c SERVER-100 checkpoint FieldRange more fine grained bounds using 2009-09-06 20:34:28 -07:00
Aaron Staple
9e28529761 SERVER-100 checkpoint: aggregate FieldRanges using FieldIntervals 2009-09-06 20:24:09 -07:00
dwight
2470913c70 change to NullStream 2009-09-03 13:11:30 -04:00
dwight
82f397f133 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-03 12:52:26 -04:00
dwight
59cf927de3 minor reorder and comment 2009-09-03 12:52:08 -04:00
Eliot Horowitz
11b7f5c53b better debugging MINOR 2009-09-03 10:34:31 -04:00
Eliot Horowitz
644df81d21 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 17:29:39 -04:00
Eliot Horowitz
e8d20f47ac count of missing namespace returns 0 2009-09-01 17:28:15 -04:00
Dwight
7172529835 some help for commands 2009-09-01 16:23:56 -04:00
Dwight
777c1883c3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 16:03:41 -04:00
Dwight
10fc695870 small help text change 2009-09-01 16:03:23 -04:00
Eliot Horowitz
3ee681be36 more name changes in sharding 2009-09-01 12:17:41 -04:00
Eliot Horowitz
72d68a4ffd --fork : option run mongod as a daemon 2009-08-31 15:38:43 -04:00
Eliot Horowitz
d4b7c8a525 --logpath and --logappend 2009-08-31 11:22:40 -04:00
Eliot Horowitz
46cbb8a6b2 some sm safety 2009-08-28 16:35:09 -04:00
Eliot Horowitz
e061b7d9da Merge branch 'master' of github.com:mongodb/mongo 2009-08-28 15:48:43 -04:00
Eliot Horowitz
28d6d73b8b Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-28 15:48:29 -04:00
Eliot Horowitz
e7b6dab203 log(1) cursor kill instead of log(2) 2009-08-28 15:48:10 -04:00
Eliot Horowitz
c44ce8fd42 Merge branch 'master' of github.com:mongodb/mongo 2009-08-28 15:36:21 -04:00
Eliot Horowitz
13a01a4b48 cleaning 2009-08-28 15:36:12 -04:00
unknown
0e69584eeb compile windows db.sln 2009-08-28 15:18:15 -04:00
Eliot Horowitz
e277dffe54 remove c depends 2009-08-28 11:57:09 -04:00
Eliot Horowitz
af2d29ca30 validate() says invalid if more than 20 files SERVER-269 2009-08-28 10:17:04 -04:00
Dwight
58fa03169f Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-27 15:26:48 -04:00
Dwight
2226f3292b very minor text / comments 2009-08-27 15:26:29 -04:00