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

3682 Commits

Author SHA1 Message Date
Eliot Horowitz
b078f98360 remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
Eliot Horowitz
32871651e6 test for count with field matching 2009-08-21 18:31:52 -04:00
Eliot Horowitz
93382dd24e fix case where there is a large object early in a collection that is bigger than an early sized extent 2009-08-21 17:17:20 -04:00
Eliot Horowitz
4be8bfc805 log(1) new extents 2009-08-21 17:05:29 -04:00
Eliot Horowitz
a9dc788da1 put capped info into stats 2009-08-21 17:05:19 -04:00
Eliot Horowitz
1e1977a698 fix concurrency issue cleaning up pooled scopes 2009-08-21 16:15:36 -04:00
Eliot Horowitz
33ac3c31c3 fix mod eq 0 2009-08-21 15:17:58 -04:00
Eliot Horowitz
e1928bfda5 some safety for other JS impls MINOR 2009-08-21 01:36:41 -04:00
Eliot Horowitz
1bc91420b3 fix ? case with SERVER-239 2009-08-20 21:35:19 -04:00
Aaron Staple
6e8e7bd75c MINOR additional case for SERVER-239 2009-08-20 17:51:59 -07:00
Eliot Horowitz
280d239455 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-20 17:02:25 -04:00
Eliot Horowitz
7e0ffc7517 fix windows mmap 2009-08-20 17:02:11 -04:00
Eliot Horowitz
792c9ea3f7 $mod operator 2009-08-20 16:50:58 -04:00
Eliot Horowitz
afae0919bb test from before that works 2009-08-20 16:50:23 -04:00
Eliot Horowitz
48f47865da formatting 2009-08-20 16:18:50 -04:00
Eliot Horowitz
20fc44edfb Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-20 15:41:08 -04:00
dwight
c0994c6b3a get rid of warning 2009-08-20 15:28:04 -04:00
dwight
b00247a858 --nssize parameter 2009-08-20 15:00:25 -04:00
Eliot Horowitz
f0a26f673b skip empty lines 2009-08-20 13:23:21 -04:00
Eliot Horowitz
7831db0d55 fix subobject selector returning the same object twice 2009-08-20 10:06:47 -04:00
Michael Stephens
45683d835d getMetadata() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 10:53:37 +08:00
Michael Stephens
11b657f18d getUploadDate() and getMD5() for GridFile
Signed-off-by: Eliot <eliot@10gen.com>
2009-08-20 08:44:31 +08:00
Eliot Horowitz
e88821d778 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 15:42:44 -04:00
Eliot Horowitz
1a09d3a722 fix windows groupcmd - assert is often overriden - be careful 2009-08-19 15:42:18 -04:00
dwight
4da12ed509 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 14:46:46 -04:00
dwight
f4d875ee00 comments and fix indentation MINOR 2009-08-19 14:46:27 -04:00
Eliot Horowitz
8ff9529512 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 14:02:23 -04:00
Eliot Horowitz
7681d53e0a temp debugging MINOR 2009-08-19 14:02:03 -04:00
eliot
d2ada9eb85 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-19 13:55:39 -04:00
eliot
b6197c4be8 timing tests are too hard to do across a dozen machines MINOR 2009-08-19 13:53:11 -04:00
Eliot Horowitz
9783eed68d groupcmd handle some weird key cases 2009-08-19 13:18:32 -04:00
Eliot Horowitz
8da2e12652 SPAM MINOR 2009-08-19 12:37:28 -04:00
Eliot Horowitz
59622dbd76 clean groupcmd and make work with empty key 2009-08-19 12:33:06 -04:00
Eliot Horowitz
61ecff1e95 update visual studio js code 2009-08-19 12:10:57 -04:00
Eliot Horowitz
19c885c5a8 better error handling 2009-08-19 12:10:32 -04:00
Eliot Horowitz
e57376179d forgot to change a name 2009-08-19 12:04:26 -04:00
Eliot Horowitz
fcf1ca0afa make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
2009-08-19 11:51:16 -04:00
Eliot Horowitz
9ce02334be couple of small optimizations 2009-08-19 11:49:21 -04:00
Eliot Horowitz
1e689145e6 couple of helpers MINOR 2009-08-19 11:32:08 -04:00
Eliot Horowitz
1276607224 dont close lockfile if couldn't open SERVER-244 2009-08-19 07:02:30 -04:00
Eliot Horowitz
e481e6385a fix relative include SERVER-242 2009-08-19 05:27:20 -04:00
Eliot Horowitz
2869e47ae3 after 0.9.9 2009-08-18 14:22:35 -04:00
Eliot Horowitz
cd0bf23e74 BUMP 0.9.9 2009-08-18 13:00:30 -04:00
dwight
740318b133 isMaster() - still wasn't right 2009-08-17 21:46:18 -04:00
dwight
4b4efd2e48 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-17 17:33:29 -04:00
dwight
bc50b778cf fix isMaster() broken earlier today 2009-08-17 17:33:04 -04:00
Eliot Horowitz
66d2680083 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-17 16:55:07 -04:00
Eliot Horowitz
92820c7cfb getLastError output for writes SERVER-240 2009-08-17 16:54:47 -04:00
dwight
1a700c121e better error msg on unit test 2009-08-17 16:48:17 -04:00
dwight
a6cd2c4794 fix compile of unit tests 2009-08-17 16:45:34 -04:00