0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
Commit Graph

3716 Commits

Author SHA1 Message Date
Eliot Horowitz
bbc07f85ec don't allow db.eval on sharded collections SHARDING-27 2009-09-10 10:36:11 -04:00
Eliot Horowitz
b9d61d202c sharding config db versioning SHARDING-33 2009-09-10 00:39:30 -04:00
Eliot Horowitz
30d4cf6114 just an example of group sum 2009-09-09 21:38:55 -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
89d5e0fe45 shell help 2009-09-09 16:52:02 -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
0d399715ac include cleaning 2009-09-09 13:38:58 -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
Eliot Horowitz
f3a27aaa7e scons is annoying with gch 2009-09-09 10:58:59 -04:00
Eliot Horowitz
e9e472c119 whitespace and tests for SERVER-282 b/c i made a git mistake 2009-09-09 09:49:27 -04:00
Eliot Horowitz
4e225bb303 some tests for SERVER-282 2009-09-09 09:48:37 -04:00
Eliot Horowitz
b6ce3c150b more tests for SERVER-282 2009-09-09 09:48:08 -04:00
Eliot Horowitz
3315fba0bb playing with pre-compiled headers 2009-09-09 09:46:12 -04:00
Eliot Horowitz
45f6a97f04 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-09 09:42:27 -04:00
Eliot Horowitz
43f7916bf6 this shouldn't be in version control 2009-09-09 09:42:05 -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
1f69aa1f1b forgot to commit tests for $pop and repl SERVER-100 2009-09-07 23:44:12 -04:00
Eliot Horowitz
f65aff4734 fix $pop and replication SERVER-100 2009-09-07 22:51:51 -04:00
Aaron
04c9565d4d add Pop and PopReverse tests for SERVER-260 2009-09-07 14:19:41 -07: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
2b14dc6134 Merge branch 'master' of github.com:mongodb/mongo 2009-09-07 10:39:42 -07:00
Aaron
05b8207cc0 MINOR SERVER-100 specific tests for FieldBound operations 2009-09-07 10:39:32 -07:00
Eliot Horowitz
0cd6749dea help MINOR 2009-09-07 11:16:52 -04:00
Eliot Horowitz
f222e44e1a renameCollection command 2009-09-07 11:14:48 -04:00
Aaron
02f48f89d1 restore capped2 config 2009-09-06 21:04:10 -07:00
Aaron Staple
b4ed11064c SERVER-100 checkpoint FieldRange more fine grained bounds using 2009-09-06 20:34:28 -07:00
Aaron Staple
61c65a1bce MINOR more conservative capped2 test, for when extent may be reused 2009-09-06 20:25:57 -07:00
Aaron Staple
9e28529761 SERVER-100 checkpoint: aggregate FieldRanges using FieldIntervals 2009-09-06 20:24:09 -07:00
Aaron Staple
8cda321b30 add regular null matching to exists.js tests 2009-09-06 20:16:08 -07:00
Eliot Horowitz
a39590a895 test for SERVER-282 2009-09-06 00:08:25 -04:00
Eliot Horowitz
fce76595ff slightly better next() at end handling SERVER-280 2009-09-04 11:05:06 -04:00
Eliot Horowitz
c53e909ced cleaning and don't allow group on a sharded collection SHARDING-26 2009-09-04 11:00:43 -04:00
Eliot Horowitz
467dc24e82 generic way to handle commands not allowed on sharded collections 2009-09-04 10:24:32 -04:00
Eliot Horowitz
6adeb37012 don't allow sharding + capped SHARDING-23 2009-09-03 17:19:32 -04:00
Eliot Horowitz
08489a2b42 unique shard key support SHARDING-31 2009-09-03 16:48:34 -04:00
Eliot Horowitz
66072780c0 mrore ubuntu hacks MINOR 2009-09-03 14:48:47 -04:00
Eliot Horowitz
222e767340 fix for solaris 2009-09-03 14:40:08 -04:00
Eliot Horowitz
7d20a98cc1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-03 14:30:55 -04:00
dwight
b8d458bfec improve how we handle concurrency with logging 2009-09-03 15:16:04 -04:00
dwight
e58c6eaf7f Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
	util/log.h
2009-09-03 15:01:42 -04:00