|
Author:
{u'date': u'2012-10-16T12:18:19-07:00', u'email': u'tad@10gen.com', u'name': u'Tad Marshall'}
Message: SERVER-7344 add interpreterVersion to shell and buildInfo
Add the ability to get a string for the JavaScript engine so that
scripts can know when they are running under SpiderMonkey versus V8.
The shell gets an 'interpreterVersion()' function that returns a string.
The 'buildInfo' command gets a new field named 'interpreterVersion'.
SpiderMonkey returns "SpiderMonkey 1.7"; V8 returns "V8 3.12.19".
Branch: master
https://github.com/mongodb/mongo/commit/3e4f2ab253a717240c101478c022ac667db74cfd
|