summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing changes from WT-6444 that were statistic relatedwt-6444-mergeLuke Pearson2020-07-235-386/+380
* Import wiredtiger: d09046d3d6edb1677739eafd7b63b840c92cf9c9 from branch mongo...Luke Chen2020-07-0311-380/+412
* SERVER-48944 rename attr /connection_id/connectionId/Billy Donahue2020-07-021-8/+3
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-028-9/+27
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-0211-25/+25
* Import wiredtiger: 95e4b38eebbb4050b2144341c5f60e5a2f5c40b9 from branch mongo...r4.4.0-rc12Luke Chen2020-07-0212-43/+232
* Import wiredtiger: 5d5d26e79db5244a5fc748346e0e578aed306be1 from branch mongo...Luke Chen2020-07-0112-66/+206
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-307-42/+202
* Import wiredtiger: 46eb0217d46b98e7631fc463791f9e16c08ae198 from branch mongo...Luke Chen2020-06-3011-315/+352
* SERVER-48985 Add logging for failCommandBen Caimano2020-06-291-16/+24
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-299-134/+22
* Import wiredtiger: 48cbc0a231da8005719ff1a1628aa14372e6f327 from branch mongo...Luke Chen2020-06-296-367/+427
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-261-1/+1
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-269-22/+134
* Import wiredtiger: f7cef255d7e0c555db21c149e8bfbad2cc4a60a7 from branch mongo...Luke Chen2020-06-267-299/+310
* SERVER-48729 Exclude refine_collection_shard_key_abort_on_stepup.js from larg...Judah Schvimer2020-06-251-0/+1
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-255-2/+85
* Import wiredtiger: eafb0cea2157f288e027824b12506e83fe2f432d from branch mongo...r4.4.0-rc11Luke Chen2020-06-258-112/+54
* Import wiredtiger: 5a74e438ea34cc6737438f6c99ce2e5e25519a0e from branch mongo...Luke Chen2020-06-257-32/+87
* SERVER-39883: Have Posix powercycle tests check the MongoDB lock file to sign...Daniel Gottlieb2020-06-241-19/+41
* SERVER-49045 Remove invariant from establishCursors cleanup codeNick Zolnierz2020-06-241-2/+0
* SERVER-48947 Clean up log message 20919 for logv2David Storch2020-06-231-5/+4
* Import wiredtiger: 5e6daf7d42727e3d86b2603c20852d1426dee55f from branch mongo...Luke Chen2020-06-234-15/+20
* SERVER-48396 stop SIGUSR2 from killing connectionsBilly Donahue2020-06-221-1/+1
* SERVER-46927 push does not depend on compileKelsey Schubert2020-06-221-1/+0
* SERVER-48778 Make reconstruct_prepared_transactions_initial_sync.js robust to...Suganthi Mani2020-06-221-1/+1
* SERVER-48032 Change MAIL to FORUMS, and fit URLsJon Streets2020-06-223-12/+13
* SERVER-48934 Remove unneeded AutoGetCollectionForRead call during oplog trunc...Dianna Hohensee2020-06-221-3/+0
* SERVER-47223 Verify that $geoNear applies index hint correctlyMihai Andrei2020-06-221-0/+53
* SERVER-48926 Fix remaining sharding tests that incorrectly set votes to 0 on ...Esha Maharishi2020-06-225-14/+14
* Import wiredtiger: 5199f7f394d6192475b83e211575be196afa1523 from branch mongo...Luke Chen2020-06-227-8/+26
* SERVER-48409 Fix race in establishCursors unittestDavid Percy2020-06-212-32/+46
* Import wiredtiger: 3b4a927265fc81dc4ab8895c5451a7ec9582c1d3 from branch mongo...Luke Chen2020-06-1924-506/+898
* SERVER-48585 Fix Compact end log statementHenrik Edin2020-06-191-1/+1
* SERVER-47950 Continuous stepdown thread should fail resmoke job loudly on exc...Siyuan Zhou2020-06-192-8/+12
* SERVER-48383 Wait for removed node to finish state transition in force_reconf...Siyuan Zhou2020-06-191-2/+8
* SERVER-48976 jstests/core tests need to use isJsonLog() because multiversionGabriel Russell2020-06-183-3/+3
* SERVER-48262 hanged variable name to check whether it should use the 4.4 FCV ...Luis Osta2020-06-182-18/+18
* SERVER-48943 remove leiningen install from evergreen.ymlRobert Guo2020-06-181-1/+0
* SERVER-48704 Emit deprecation warning when serviceExecutor is "adaptive"Amirsaman Memaripour2020-06-181-0/+7
* SERVER-47353 remove ConfigurationInProgress as ignorable error in reconfig hookPavi Vetriselvan2020-06-181-3/+3
* SERVER-48329 Rename generated action_type files to be less fragileAndrew Morrow2020-06-183-3/+40
* Import wiredtiger: 3998a1f701bfc67afeceeef68624fbeb58daa468 from branch mongo...Luke Chen2020-06-1811-101/+278
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-182-5/+89
* SERVER-48514: Separate testing 'called' and 'successful' fields for serverSta...Xuerui Fa2020-06-182-9/+22
* SERVER-48569: Add ConflictingOperationInProgress as acceptable error code to ...Xuerui Fa2020-06-181-1/+2
* SERVER-48919 dont_read_oplog_hole_on_step_up.js should wait until primary is ...Louis Williams2020-06-171-1/+3
* SERVER-44273 Fix timeZoneInfo file load on WindowsJames Wahlin2020-06-173-3/+25
* SERVER-48611 Use awaitLastOpCommitted instead of awaitReplication in speculat...William Schultz2020-06-171-2/+2
* SERVER-44553 Make the shell ResetDbpath helper resilient to files being open ...Gregory Noma2020-06-171-2/+12