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

3811 Commits

Author SHA1 Message Date
Dwight
71af757e56 use posix_fadvise when we populate a new datafile 2009-09-21 10:05:03 -04:00
Dwight
c9e823f8ca elim a couple warnings on windows 2009-09-21 09:05:27 -04:00
Eliot Horowitz
a0c6cc62d2 old boost fix 2009-09-19 22:06:36 -04:00
Mike Dirolf
91b5884ffe minor: just use std::runtime_error to be compatable with older versions of boost 2009-09-18 18:30:19 -04:00
Mike Dirolf
4a3c382889 minor: ignore errors when resetting unittest directory, for joyent buildslave 2009-09-18 18:14:15 -04:00
Mike Dirolf
c2f6c92778 minor: oops move include 2009-09-18 17:48:30 -04:00
Mike Dirolf
a3ddeea651 move CLI related stuff out of dbtests and perftest and into framework 2009-09-18 17:38:07 -04:00
Mike Dirolf
9843186141 minor: whitespace 2009-09-18 16:34:02 -04:00
Mike Dirolf
50deaa9dc9 Merge branch 'master' of github.com:mongodb/mongo 2009-09-18 14:38:02 -04:00
Mike Dirolf
c2b2e916bf minor: do options parsing no matter what to avoid possibility of bug w/ default args 2009-09-18 14:37:31 -04:00
Eliot Horowitz
5e8ddfa4e3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-18 14:36:21 -04:00
Eliot Horowitz
5d08c9eb22 perftests to new unit test framework 2009-09-18 14:33:21 -04:00
Mike Dirolf
b5ff48d649 minor: whitespace 2009-09-18 14:32:25 -04:00
Mike Dirolf
a2261b1eb6 minor: specify mongo namespace to avoid clash on windows 2009-09-18 14:26:15 -04:00
Mike Dirolf
53e89efce6 minor: whitespace 2009-09-18 14:25:23 -04:00
Mike Dirolf
35e2907814 minor: don't try to demangle on windows - no abi 2009-09-18 14:24:10 -04:00
Eliot Horowitz
4e5795550c Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-18 14:20:56 -04:00
Eliot Horowitz
88795bc740 better error message 2009-09-18 14:20:44 -04:00
Mike Dirolf
8f1e6bb3bf use boost::program_options for test runner 2009-09-18 13:55:58 -04:00
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