summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: fa402fef1974b30ef61770caff58b0eabda97781 from branch ↵Luke Chen2019-01-10742-1101/+1817
| | | | | | | | | | | | | mongodb-4.2 ref: 86012f8e40..fa402fef19 for: 4.1.7 WT-4444 Extend cursor operation tracking statistics WT-4483 Improve caching of small updates to large values WT-4505 Add ability to manage when prepared transactions appear in checkpoints WT-4518 Give applications a chance to handle panic before API panic returns WT-4522 Update WiredTiger copyrights to 2019
* SERVER-37829 Fix unittest on Windows debug due to StringData lifetime bugNick Zolnierz2019-01-092-1/+2
|
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-096-19/+519
|
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ↵Benety Goh2019-01-095-20/+149
| | | | rename oplog entries
* SERVER-37311 add 'tls' alias for 'ssl' in mongo URIsIsabella Siu2019-01-092-3/+8
|
* SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn2019-01-092-0/+52
|
* SERVER-38827 Provide enum constructor for ServerParameter and SPS::get() ↵Sara Golemon2019-01-092-26/+43
| | | | accessor
* SERVER-28073 [Snappy-1.1.2 Patch]: fix Windows build for ssize_tMathew Robinson2019-01-091-1/+1
|
* SERVER-28073 [Snappy-1.1.2 Patch]: prefer memcpy to undefined ↵Mathew Robinson2019-01-091-2/+5
| | | | reinterpret_cast for UNALIGNED_LOAD/STORE functions
* SERVER-28073 [Snappy-1.1.2 Patch]: Eliminate memory allocation from ↵Mathew Robinson2019-01-091-9/+22
| | | | snappy_compress
* SERVER-28073 Upgrade Snappy to version 1.1.7Mathew Robinson2019-01-0932-3910/+1151
|
* SERVER-36639 Disallow restarting txn at active txn number if shard has ↵Jack Mulrow2019-01-095-42/+120
| | | | aborted after being prepared
* SERVER-38800 add collection count to o2 field of collection drop and rename ↵Benety Goh2019-01-094-7/+48
| | | | | | | oplog entries This applies only to the case where the target collection is dropped during the rename operation.
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-096-8/+76
|
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-0910-21/+461
|
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-097-70/+25
|
* SERVER-38800 add test cases to rollback_wt_drop.jsBenety Goh2019-01-091-2/+60
| | | | | | rollback rename with drop target collection drop without any CRUD ops to undo rollback both creation and drop for the same collection
* SERVER-38800 ReplSetTest.dumpOplog() returns oplog entries in an array after ↵Benety Goh2019-01-091-5/+12
| | | | logging the values
* SERVER-38291 fix Windows compileBenety Goh2019-01-091-1/+1
|
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-0933-167/+448
|
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-0911-34/+108
|
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-096-16/+67
|
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-0916-164/+401
|
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-082-1/+114
| | | | And, atomic applyOps cmd increments serverStatus.opcounters<opType> for each individual operation on primary.
* SERVER-38291 Add constant time size tracking in biggie record storeGeert Bosch2019-01-085-264/+293
|
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-0827-22/+89
|
* SERVER-38481 No strong locks in profiling while uninterruptibleJustin Seyster2019-01-082-3/+92
|
* SERVER-38899 Pre-initialize declared variables from defaultsSara Golemon2019-01-081-2/+6
|
* SERVER-38626 Add ssl suites to macOS star builderSara Golemon2019-01-081-1/+3
|
* SERVER-38869: Add logging to run_check_repl_dbhash_background.js when it ↵Daniel Gottlieb2019-01-081-2/+34
| | | | errors out.
* SERVER-38302 update prepared commit/abort metrics before call to opObserverPavi Vetriselvan2019-01-082-17/+36
|
* SERVER-38587 Extract authorization logic from OpObserverImpl to new ↵Isabella Siu2019-01-0811-144/+730
| | | | AuthOpObserver
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-089-47/+153
|
* SERVER-38818: Split tasks with dependenciesDavid Bradford2019-01-0845-3620/+175
|
* SERVER-38877 Remove empty jstestA. Jesse Jiryu Davis2019-01-081-14/+0
|
* SERVER-38008 Upgrade Valgrind to version 3.14.0Henrik Edin2019-01-082-669/+190
|
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-0810-11/+11
|
* SERVER-38512 Test that secondary hangs up on w: 0 writesA. Jesse Jiryu Davis2019-01-072-0/+81
|
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-077-19/+93
|
* SERVER-38282 Step-up reacquires locks for prepared transactionsSiyuan Zhou2019-01-076-36/+115
|
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-01-074-31/+97
|
* SERVER-38427 Log warning when client connects with server's own TLS certificateIsabella Siu2019-01-073-2/+26
|
* SERVER-38215 Retry on transient transaction errors inside txn_override.jsJack Mulrow2019-01-072-45/+65
|
* SERVER-38590 Fix txn_override_causal_consistency.js testCommit()Jack Mulrow2019-01-071-2/+2
|
* SERVER-38072 CollectionClonerTest references memory that is potentially ↵Matthew Russotto2019-01-071-12/+27
| | | | already freed by CollectionCloner
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-0710-467/+21
| | | | This reverts commit b83813667df5d783e7f34bea069d8d586946e563.
* SERVER-38462 disable the ABSL internal use of reinterpret_cast for unaligned ↵Billy Donahue2019-01-071-0/+1
| | | | access
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-07136-319/+316
|
* SERVER-38848 Code cleanup in TransactionCoordinator::continueCommitMatthew Saltz2019-01-071-20/+16
|
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-0725-20/+616
| | | | This reverts commit 907c8c786e26414735892bfbe763cd67e7f7e7e4.