|
Author:
{u'username': u'jseyster', u'name': u'Justin Seyster', u'email': u'justin.seyster@mongodb.com'}
Message: SERVER-28765 Create BitNode.
Additionally, this change fixes a couple of minor things. First, it
makes the single-argument constructor for ArithmeticNode
explicit. Second, it adds a (noop = false) assignment in the else
branch of a test in set_node.cpp, instead of relying on the fact that
callers set noop to false. That gives SetNode clearer behavior.
Branch: master
https://github.com/mongodb/mongo/commit/88c47189681b3212fe7ad98e4097b7e00b1aa232
|