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

3842 Commits

Author SHA1 Message Date
Mike Dirolf
5919abfdc8 minor: don't check for argc before doing program_options stuff, could lead to tricky bugs with defaulted arguments 2009-09-18 13:55:58 -04:00
Mike Dirolf
e86a0840aa minor: whitespace 2009-09-18 13:55:58 -04:00
Dwight
696f6ca986 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-18 13:29:08 -04:00
Dwight
926eecc0ce prep for buildIndex() work 2009-09-18 13:28:40 -04:00
Eliot Horowitz
9780f3092b make addshard take maxSize argument - though doesn't do anything yet SHARDING-21 2009-09-18 01:26:09 -04:00
Eliot Horowitz
dfdfb74a57 don't let group() key map get too huge 2009-09-17 22:00:58 -04:00
Mike Dirolf
44fabaec40 minor: removing unused shell scripts 2009-09-17 18:11:33 -04:00
Mike Dirolf
d1831bf6a9 unittest library is no longer a dependency 2009-09-17 17:44:46 -04:00
Eliot Horowitz
34e48aaf5d new unit test framework 2009-09-17 17:23:38 -04:00
Eliot Horowitz
18b1091e01 remotePort 2009-09-17 15:19:57 -04:00
Mathias Stearn
cf3f4ceca8 Finalizer for group() SERVER-287
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 23:01:15 +08:00
Mathias Stearn
e5a3d001a6 Reflow internal js function MINOR
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 23:01:12 +08:00
Mathias Stearn
4a8c39140b group() now uses full key-names in output SERVER-296
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 11:56:40 +08:00
yellow
0ec495c2eb boost 1.33 fix MINOR 2009-09-16 21:05:10 -04:00
Eliot Horowitz
5738f9158d make easier to compile things on windows MINOR 2009-09-16 16:01:07 -04:00
Eliot Horowitz
c70696f7a3 cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
Eliot Horowitz
e8d152d762 windows portability MINOR 2009-09-16 15:44:19 -04:00
Eliot Horowitz
7d88c583cf fix warning on *nix 2009-09-16 15:42:42 -04:00
Eliot Horowitz
e6333cafc5 make timer use 64-bits SERVER-249 2009-09-16 15:42:26 -04:00
Eliot Horowitz
f2d24ba5d8 compile MINOR 2009-09-16 15:34:38 -04:00
Eliot Horowitz
03404026b9 external srot for BSONObj and DiskLoc SERVER-291 2009-09-16 15:26:18 -04:00
Eliot Horowitz
d5b26ce6b5 make explain send hard limit SERVER-297 2009-09-15 21:10:07 -04:00
Eliot Horowitz
4d63454bc6 printCollectionStats 2009-09-15 21:09:56 -04:00
Eliot Horowitz
668d26b514 spelling MINOR 2009-09-15 20:17:54 -04:00
Mike Dirolf
76c4935a58 mongorestore: can specify db to restore to (only when restoring a directory containing a single databases files) 2009-09-15 17:03:03 -04:00
Mike Dirolf
adeafb1d49 restore: use default arg instead of positional for dump directory. check for valid directory before drilling down 2009-09-15 17:03:03 -04:00
Eliot Horowitz
b754cb2808 --notablescan - might be too strict SERVER-274 2009-09-15 15:10:54 -04:00
Eliot Horowitz
10f8eb1d9c better var. name MINOR 2009-09-15 14:51:30 -04:00
Eliot Horowitz
0c0a3893e4 option to appendOID to gen _id 2009-09-15 14:50:17 -04:00
Eliot Horowitz
46e9226668 $keyf support for group SERVER-278 2009-09-15 14:19:54 -04:00
Eliot Horowitz
5ee8961f40 CodeWScope for group SERVER-262 2009-09-15 14:02:39 -04:00
Eliot Horowitz
265af2d1f9 restore can import 64-bit data files with 32-bit mongorestore SERVER-141 2009-09-15 13:48:26 -04:00
Mike Dirolf
94f07156f7 update parser for new strict ObjectId JSON format. allow $id in field names since we need to for new-style DBRefs. 2009-09-15 12:14:00 -04:00
Mike Dirolf
d78655dcf7 emit ObjectIds in strict JSON as { "$oid" : ... } 2009-09-15 12:14:00 -04:00
Mike Dirolf
163db42954 failing test for new style dbrefs 2009-09-15 12:14:00 -04:00
Mike Dirolf
bde9da79b6 minor: whitespace 2009-09-15 12:13:47 -04:00
Eliot Horowitz
c566bf6016 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-15 11:35:52 -04:00
Eliot Horowitz
5d1efbd21e make matching use only index if it can, makes count fast SERVER-232 2009-09-15 11:35:14 -04:00
Eliot Horowitz
2cab899cb4 version numbers 2009-09-15 02:43:53 -04:00
dwight
b21aea9c7f Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-14 23:48:51 -04:00
Eliot Horowitz
b7a242602a BUMP 1.1.0 2009-09-14 16:13:47 -04:00
Eliot Horowitz
78bfd73520 writeback fix and making sure all connection pools are cleaned up 2009-09-14 14:32:24 -04:00
Eliot Horowitz
9bfcbbb343 assert debugging 2009-09-14 14:32:04 -04:00
Eliot Horowitz
11ee78fc03 don't complain about ScopedDBConnection if the underlying connection failed 2009-09-14 14:31:46 -04:00
dwight
68c24f3595 getLastErrorDetailed() for C++ client 2009-09-14 12:31:47 -04:00
Eliot Horowitz
3b5b0caee9 getLastError sharded SHARDING-16 2009-09-14 11:33:42 -04:00
Eliot Horowitz
4df046f5b0 getClientId() 2009-09-14 11:33:35 -04:00
Eliot Horowitz
6d95f3cd1c onHandedOut 2009-09-14 11:33:20 -04:00
Eliot Horowitz
8d07d50c48 fix embedded fields in export SERVER-293 2009-09-13 06:58:00 -04:00
Eliot Horowitz
d331919eb3 distinct() for sharded collection SHARDING-35 2009-09-12 13:01:34 -04:00