summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-264-0/+794
|
* SERVER-33151 SERVER-33246 Refuse to start up mongod 4.0 unless all ↵Dianna Hohensee2018-02-261-48/+76
| | | | | | collections have UUIDs Also assigns UUIDs to any non-replicated collection found to be missing its UUID.
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-241-7/+30
|
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-249-153/+234
|
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-245-182/+267
|
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-2318-421/+105
|
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-234-4/+4
|
* SERVER-33465 forward-port handling upgrade/downgrade states when sending ↵Esha Maharishi2018-02-231-11/+22
| | | | setFCV to new shard in addShard
* SERVER-33168 Add number<->date conversions to $convertJustin Seyster2018-02-232-5/+347
|
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op ↵Dianna Hohensee2018-02-233-43/+9
| | | | observers
* SERVER-33440 DBDirectClient operations should be able to perform session ↵Tess Avitabile2018-02-233-38/+80
| | | | checkout
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
|
* SERVER-32615 Make user write commands in sharded cluster go through ↵Randolph Tan2018-02-2321-14/+376
| | | | _configCreate
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
|
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-226-53/+42
|
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
|
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-223-4/+28
|
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
|
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
| | | | | | Closes #1217 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
* SERVER-33423 Adds simple autocommit unit testPavithra Vetriselvan2018-02-221-0/+21
|
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-02-221-2/+1
|
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
| | | | | | Added insert, remove and read support for the new index format. Disabled new index format for _id index. Support new format inserts on secondary too.
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2117-29/+135
|
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-2119-321/+334
|
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
|
* Fix lintWilliam Schultz2018-02-213-6/+4
|
* SERVER-32913 batch applyOps with other CRUD operations when reading from ↵Benety Goh2018-02-211-2/+4
| | | | oplog buffer
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
|
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-212-3/+6
|
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-2111-75/+177
|
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-213-55/+45
|
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-217-39/+153
|
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-215-70/+380
|
* SERVER-33195 create a movePrimary command for shards and ↵Blake Oler2018-02-213-0/+186
| | | | _configsvrCommitMovePrimary command for config servers
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-2112-69/+917
|
* SERVER-32913 SyncTail::tryPopAndWaitForMore() no longer needs to handle ↵Benety Goh2018-02-211-4/+1
| | | | oplog entries on system.indexes
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-214-307/+0
|
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-2120-73/+60
|
* SERVER-33370 Updated MMAPV1 deperecation warning with correct removal versionnehakhatri52018-02-221-2/+2
|
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-214-5/+5
|
* SERVER-32913 fassert if we fail to extract applyOps operations during oplog ↵Benety Goh2018-02-201-22/+25
| | | | application
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-208-1306/+1497
|
* SERVER-32913 applyOps containing malformed operations cannot run atomicallyBenety Goh2018-02-201-4/+9
|
* SERVER-32913 ApplyOps::extractOperations on applyOps with no ops returns ↵Benety Goh2018-02-202-9/+7
| | | | empty array instead of throwing exception
* SERVER-33382 Permit views in GlobalCursorIdCache::timeoutCursors().Justin Seyster2018-02-201-1/+8
|
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-203-2/+6
|
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-208-5/+48
|
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-204-4/+38
|
* SERVER-32393 Use same comparison for eq and neq assertionsDavid Bradford2018-02-201-5/+13
|
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-2011-129/+132
|