summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-1/+42
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-0/+35
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-4/+3
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-3/+4
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-4/+3
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+5
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-1/+1
* SERVER-72270 Move planningTimeMicros so that it does not come last in slow qu...James Wahlin2023-01-051-1/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+1
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-1/+4
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-6/+0
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-0/+10
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-0/+29
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-0/+15
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-2/+2
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-121-24/+44
* SERVER-39848: Correct curop_test.cppDaniel Gottlieb2019-04-101-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-301-10/+0
* SERVER-37284 Do not log/profile ndeleted when the number of deleted documents...Brigitte Lamarche2018-12-131-0/+38
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-0/+172
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-106/+0
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+1
* SERVER-10902 don't start a thread in intializerMatt Cotter2016-03-211-22/+25
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-50/+50
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-2/+5
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-5/+2
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-2/+5
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-12/+6
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-3/+5
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-2/+13
* SERVER-14804 Adding header to curop_test.cpp to fix compiling on VS2013Jonathan Reams2014-08-061-0/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-0/+1
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-261-0/+80