|
Author:
{u'username': u'adamlsd', u'name': u'ADAM David Alan Martin', u'email': u'adam.martin@10gen.com'}
Message: SERVER-27384 Deduplicate `class mongo::Command`.
There are two `mongo::Command` classes which perform different
functions and have different purposes. They will cause ODR
violations in future linking. Some meber function names are also
duplicated, further compounding the duplicate symbol problem.
This change alters the name of one of the `mongo::Command` classes
to something which doesn't collide.
Branch: master
https://github.com/mongodb/mongo/commit/d961eb8cade2b41b2a241d95d4c1d19418a5a033
|