|
Author:
{u'username': u'adamlsd', u'name': u'ADAM David Alan Martin', u'email': u'adam.martin@10gen.com'}
Message: SERVER-28842 Slice `DatabaseHolder` using a vtable
The `DatabaseHolder` class and the `dbHolder` free function are
used in many libraries which are circularly dependent with `catalog`.
By adding a vtable to facilitate dynamically injectable implementations,
we can break those dependencies.
Branch: master
https://github.com/mongodb/mongo/commit/caec188e15b6e6015c2360b8e5bafc160d0d1f48
|