summaryrefslogtreecommitdiff
path: root/src/mongo/db/collection_index_builds_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37726 Add the ability for the CollectionIndexBuildsTracker to wait unt...Gregory Wlodarek2020-02-151-4/+22
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+1
* SERVER-42521 Add logging to waitUntilNoIndexBuildsRemain() to display the UUI...Gregory Wlodarek2019-07-311-1/+15
* SERVER-42272 IndexBuildsCoordinator ignores duplicate index names within an i...Benety Goh2019-07-191-6/+3
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-1/+4
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-281-0/+109