summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-1958-221/+253
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-1910-54/+57
* SERVER-37499 fix lintBenety Goh2018-12-191-10/+9
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-195-27/+304
* SERVER-38700 remove redundant DatabaseHolder implementation comments and head...Benety Goh2018-12-193-77/+8
* SERVER-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-195-1/+22
* SERVER-38640 Do not update committed snapshot with null OpTimeTess Avitabile2018-12-192-20/+65
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-1917-89/+93
* SERVER-38668 Use ordered_unique_range_t when creating flat_set from sorted ve...Henrik Edin2018-12-193-2/+25
* SERVER-38462 just apply all of patches/*.patch. Update abseil revision.Billy Donahue2018-12-1995-1315/+2948
* SERVER-38600 KVStorageEngine skips drop-pending idents during ident reconcili...Benety Goh2018-12-193-13/+30
* SERVER-38045 Print '_killsRequested' variable instead of '_killRequested' whe...William Schultz2018-12-191-1/+1
* SERVER-38628 Concurrency txn passthroughs shouldn't modify thread local state...Jack Mulrow2018-12-193-11/+6
* SERVER-36812: Add human readable messages for exit codes resmoke seesDavid Bradford2018-12-191-2/+38
* SERVER-37994 Upgrade google benchmark to v1.4.1Henrik Edin2018-12-1953-840/+1420
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-1811-199/+180
* SERVER-38684 unshim CollectionBenety Goh2018-12-1824-692/+307
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-189-48/+85
* SERVER-38596 add supportPendingDrops to serverStatus outputBenety Goh2018-12-185-0/+18
* SERVER-38584 Move IDL SCPs to InitializersSara Golemon2018-12-194-30/+43
* SERVER-37643 replace MultiIndexBlock reference in test with IndexCatalog::cre...Benety Goh2018-12-185-45/+37
* SERVER-38416 Upgrade static OpenSSL to 1.1.1aSpencer Jackson2018-12-181-2/+2
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-188-18/+13
* SERVER-38693 Remove enabling of deprechated std::auto_ptr in C++17 Canary bui...Henrik Edin2018-12-181-3/+1
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2018-12-181-0/+8
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-181-2/+2
* SERVER-38467 do not block interruption when cleaning up temp collection from ...Eric Milkie2018-12-181-9/+11
* Revert "SERVER-37994 Upgrade google benchmark to v1.4.1"Gregory Wlodarek2018-12-1850-1375/+837
* Revert "SERVER-37994 Add missing change from benchmark upgrade"Henrik Edin2018-12-181-4/+1
* SERVER-38579 Convert Tcmalloc set parameters to IDLMark Benvenuto2018-12-185-55/+162
* SERVER-38552 Convert configuration options in src/mongo/tools/mongobridge_opt...Mark Benvenuto2018-12-184-19/+68
* SERVER-38485 Convert free_mon_options.cpp config options to IDLMark Benvenuto2018-12-183-30/+52
* SERVER-38484 Convert free_mon_mongod.cpp set parameters to IDLMark Benvenuto2018-12-184-24/+65
* SERVER-38565 Convert FTDC options to IDLMark Benvenuto2018-12-187-229/+265
* SERVER-38644 Handle race condition while enumerating files in testSara Golemon2018-12-181-1/+1
* SERVER-38433 Remove KB2731284 warningMark Benvenuto2018-12-183-87/+0
* SERVER-38446 idlc.py fails to report errors correct during dependency analysisMark Benvenuto2018-12-183-7/+12
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-1811-498/+486
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-1811-11/+99
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-1821-651/+1046
* SERVER-37994 Add missing change from benchmark upgradeHenrik Edin2018-12-181-1/+4
* SERVER-37778 Platform Support: Add Community & Enterprise Ubuntu 18.04 (zSeries)Brian McCarthy2018-12-183-1/+217
* SERVER-38645 txn_basic_two_phase_commit.js and txn_failover_two_phase_commit....Esha Maharishi2018-12-183-13/+28
* SERVER-38641 clone_catalog_data.js should call awaitLastOpCommitted on CSRS b...Esha Maharishi2018-12-181-8/+5
* SERVER-33491 Fix benchmark.h compile with -fdirectives-onlyMathias Stearn2018-12-181-1/+6
* SERVER-33560 Remove deprecated Fixture function declarations from Google Benc...Robert Guo2018-12-181-6/+4
* SERVER-37994 Upgrade google benchmark to v1.4.1Henrik Edin2018-12-1850-847/+1382
* SERVER-38676 Handle 'true' in early processing of enableTestCommandsSara Golemon2018-12-181-5/+11
* SERVER-38458 Upgrade boost to version 1.69Henrik Edin2018-12-184813-193226/+226453
* SERVER-38450 Convert global conn pool options to IDLAndrew Morrow2018-12-173-23/+101