Commit Graph

6 Commits

Author SHA1 Message Date
agirbal
1725803c20 SERVER-2579: all v8 object creation is now lazy.
Correct allocation and freeing of underlying C++ object.
Correct ordering of object properties even when new ones are added within JS.
Supports deletion of properties with lazzy wrapper.

Also removed scope->setThis in favor of passing it in the invoke() command.
2011-05-02 16:08:41 -07:00
Kristina
8c8c3368df check for js engine before running group SERVER-2786 2011-03-18 15:57:06 -04:00
agirbal
f5e2323933 [SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allowed to run on slave always 2011-01-04 23:17:22 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
bb94161851 up to 20k keys for group SERVER-1873 2010-12-16 23:50:11 -05:00
Eliot Horowitz
f550177b1a moving some commands into db/commands/ directory 2010-09-30 17:37:19 -04:00