mongo Changelog
0.9.10
-
BUMP 0.9.10
-
make shell use group cmd by default (can use groupeval if you want)
fix group where no key specified
-
wait for tools to quit before continuing - faster and more reliable
-
runMongoProgram
-
improve help for group()
-
make assert.soon take a string to eval
-
fallotu from removing methods from Array
-
remove methods in Array.prototype so for ( x in [] ) works
-
test for count with field matching
-
fix case where there is a large object early in a collection that is bigger than an early sized extent
-
log(1) new extents
-
put capped info into stats
-
fix concurrency issue cleaning up pooled scopes
-
fix mod eq 0
-
fix ? case with SERVER-239
-
fix windows mmap
-
$mod operator
-
test from before that works
-
formatting
-
get rid of warning
-
--nssize parameter
-
skip empty lines
-
fix subobject selector returning the same object twice
-
getMetadata() for GridFile
Signed-off-by: Eliot
-
getUploadDate() and getMD5() for GridFile
Signed-off-by: Eliot
-
fix windows groupcmd - assert is often overriden - be careful
-
groupcmd handle some weird key cases
-
clean groupcmd and make work with empty key
-
update visual studio js code
-
better error handling
-
forgot to change a name
-
make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
-
couple of small optimizations
-
dont close lockfile if couldn't open SERVER-244
-
fix relative include SERVER-242