summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "change jstest file"Lydia Stepanek2020-07-161-1/+0
| | | | This reverts commit 0c952b57be04dd6991db6dd370ed8328841240ba.
* change jstest fileLydia Stepanek2020-07-161-0/+1
|
* SERVER-49127 Update default variant in burn_in_tests.pyLydia Stepanek2020-07-161-1/+1
|
* SERVER-48733 Update expectedPrimaryNodeId parameter in awaitNodesAgreeOnPrimaryAli Mir2020-07-165-12/+17
|
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-1618-138/+74
|
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ↵Jack Mulrow2020-07-167-28/+112
| | | | waiting on replication and session migration
* SERVER-48789 Use mid rule actions to sort tokens in lexerTed Tuckman2020-07-169-218/+636
|
* Import wiredtiger: 006776a806ee152b6f1fbe3035c90459c2ea95f2 from branch ↵Chenhao Qu2020-07-1611-79/+127
| | | | | | | | | | | | | | mongodb-4.6 ref: e2ca2adcee..006776a806 for: 4.5.1 WT-5717 Reenable history store salvage test WT-6425 Turn off log archiving to avoid file copy race. WT-6468 Discard a deleted page that is cleaned by a checkpoint WT-6492 Use WT_UPDATE_RESTORED_FROM_DS to determine if the onpage value is on the update chain or not WT-6493 Retry processing update list if a prepared update is modified concurrently WT-6529 Use helper function in __rollback_abort_row_ondisk_kv
* SERVER-48721 Support for $returnKey in SBEJustin Seyster2020-07-169-63/+318
|
* SERVER-49432 Avoid read-after-delete in ServiceExecutorSync shutdownAmirsaman Memaripour2020-07-162-15/+21
|
* SERVER-48525 Forbid dropping config.transactions when there are prepared ↵Vesselina Ratcheva2020-07-163-2/+26
| | | | | | transactions This reverts commit 2e53e13f576ab96188e2f27221c657ef02d15dd0.
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying ↵Suganthi Mani2020-07-154-23/+112
| | | | prepareTransaction oplog entry.
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-152-0/+18
|
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-159-15/+595
| | | | This unreverts commit 0daf2a1c327da1af9c53009cca44a6597373c482
* SERVER-49022 Implement validation error generation for comparison query ↵Mihai Andrei2020-07-1510-74/+754
| | | | operators
* Revert "SERVER-48525 Forbid dropping config.transactions when there are ↵Vesselina Ratcheva2020-07-153-33/+2
| | | | | | prepared transactions" This reverts commit 7e4402baf44531acabfe4a58c7be61c478c46bac.
* SERVER-49124 translate $not to SBE expressionHirday Gupta2020-07-152-4/+162
|
* SERVER-49531 add profile.js for implicit system.profile collection creation ↵Eric Milkie2020-07-151-0/+31
| | | | testing
* SERVER-48755 made formatting editsReo Kimura2020-07-152-11/+10
|
* SERVER-48755 linked ingress and egress networking to one anotherReo Kimura2020-07-152-2/+11
|
* SERVER-48755 added info on legacy networkingReo Kimura2020-07-151-2/+9
|
* SERVER-48755 wording + content editsReo Kimura2020-07-151-5/+5
|
* SERVER-48755 initial draft completedReo Kimura2020-07-151-0/+32
|
* SERVER-49269: Add 'previousVersion' field to FCV document when in ↵Lingzhi Deng2020-07-1514-241/+392
| | | | downgrading states
* SERVER-49522 Exclude initial_sync_succeeds_when_syncing_node_removed.js from ↵Matthew Russotto2020-07-151-0/+2
| | | | multiversion tests
* SERVER-48776 remove config term/version check in quorum checkerPavi Vetriselvan2020-07-153-144/+13
|
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-152-2/+28
|
* SERVER-49092 fail with MovePrimaryInProgress in createIndexes commandMisha Tyulenev2020-07-152-13/+50
|
* SERVER-49523 Use a 3-node replica set for ↵Gregory Wlodarek2020-07-151-4/+6
| | | | 'commit_quorum_does_not_hang_with_initial_sync.js' to avoid having the primary stepdown if it can't see a majority of the replica set
* SERVER-49514 'index_abort_before_commit_signal.js' should check for the ↵Gregory Wlodarek2020-07-151-2/+4
| | | | 'IndexBuildAborted' error code
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-1513-0/+17
|
* SERVER-49511 Enable support for no nextUpdate fieldShreyas Kalyan2020-07-151-7/+11
|
* SERVER-49044 Make AsyncRequestSender not retry remote command requests with ↵Luis Osta2020-07-152-3/+76
| | | | startTransaction=true
* SERVER-48556 Return full error string including code name from migration ↵Alex Taskov2020-07-151-1/+1
| | | | thread when range deletion fails
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-159-595/+15
| | | | This reverts commit 0daf2a1c327da1af9c53009cca44a6597373c482.
* Import wiredtiger: e2ca2adcee82b274d89543f8b64cb84334ca07ea from branch ↵Chenhao Qu2020-07-153-8/+24
| | | | | | | | | | mongodb-4.6 ref: 4c6b28fb2b..e2ca2adcee for: 4.5.1 WT-6517 Update test_txn13 to avoid getting a rollback error WT-6521 Don't perform checkpoint cleanup during server startup and shutdown phase
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-152-0/+14
|
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-1513-366/+425
|
* SERVER-49489 IDL doesn't properly deal with an optional string field when ↵Mark Benvenuto2020-07-152-0/+22
| | | | part of a chained struct
* SERVER-48866 Parse Versioned API parametersPV992020-07-157-0/+207
|
* SERVER-49078 Disable libunwind for TSANAndrew Morrow2020-07-155-16/+27
|
* SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+Ryan Egesdahl2020-07-143-44/+52
| | | | | | | | | | | A bug spotted in Icecream 1.2+ can cause build failures when building with gcc. This is, in turn, due to a bug in GCC where the preprocessor executed via `gcc -E` has different behavior than the one used internally during compilation. We are working with Icecream, and GCC to address these problems. For now, we work around the bugs. * GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88475 * Icecream bug report: https://github.com/icecc/icecream/issues/550
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-149-15/+595
| | | | | | This change also incidentally updates the Ordering class to store its bitmask as a uint32_t instead of the 'unsigned' type, which better documents the desired behavior.
* SERVER-49216 rlimit warning does not say which setting it refers toAdam Cooper2020-07-141-15/+17
|
* SERVER-48774 setting cipher list does not work for TLSv1.3 only (if TLS1_0, ↵Adam Cooper2020-07-144-5/+91
| | | | TLS1_1, TLS1_2 are disabled)
* SERVER-49043 Fix code after returnJacob Evans2020-07-141-2/+2
|
* SERVER-49014 Add additional timestamping tests to the KVEngine test harnessBynn Lee2020-07-141-0/+762
|
* SERVER-49074 make pcrecpp LIBDEPS_PRIVATE to unittestBilly Donahue2020-07-144-5/+13
|
* SERVER-43055 Prevent an exception when gdb prints a BSONObj with datetimes ↵Richard Samuels2020-07-141-7/+25
| | | | beyond datetime.MAXYEAR
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-1415-41/+117
|