summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmain.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-29533 make mongodbmain a libraryJason Carey2017-06-211-0/+34
In service of making it easier to stand up mongodb in a library let's separate out mongodbmain into its own library and structure db.cpp to link to it, rather than including all of the setup in the final .cpp.