summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37657 Report the offending oplog entries if a batch contains ↵Kaloian Manassiev2018-10-224-23/+32
| | | | non-increasing transaction numbers
* SERVER-37662: Add backupCursor state to serverStatus.Daniel Gottlieb2018-10-224-2/+15
|
* SERVER-37349 Later statements in a transaction should target shards using ↵Jack Mulrow2018-10-1917-181/+257
| | | | the global read timestamp
* SERVER-37599 Log exit code of shell-spawned processesShreyas Kalyan2018-10-191-4/+6
| | | | (cherry picked from commit a69fb88ed0d81352202f4d4673b410106405ff99)
* SERVER-37522 Add a missing quote to error message.Oleg Pudeyev2018-10-191-1/+1
| | | | | | Closes #1250 Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
* SERVER-37629 Enable supportsDockLocking() in the BiggieSE Record Store TestGregory Wlodarek2018-10-192-5/+29
|
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-199-407/+1117
|
* SERVER-37485 Ensure pointer is default-intialized to nullptrJonathan Reams2018-10-191-1/+1
|
* SERVER-37569 prevent map-reduce from checking out a sessionJudah Schvimer2018-10-191-1/+0
|
* SERVER-17478 Remove coll.copyTo() shell helperSara Golemon2018-10-191-21/+0
|
* SERVER-37651 Update license informationRamon Fernandez2018-10-162-25/+19
|
* SERVER-35877 Push down session checkout into secondary application of ↵Siyuan Zhou2018-10-159-79/+107
| | | | transaction oplog entries.
* SERVER-37555 Fix the error code in the uassert.nehakhatri52018-10-161-2/+2
|
* SERVER-31698 Enable $** index builds by default in non-test configurationsBernard Gorman2018-10-153-76/+17
|
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-10-151-2/+6
|
* SERVER-37555 Abort of collMod need not refreshEntry for index on rollback.nehakhatri52018-10-161-5/+12
|
* SERVER-37633 ignore ops without client metadata in ↵Mathias Stearn2018-10-151-1/+8
| | | | dbclient_connection_integration_test
* SERVER-36262 Support inferring database names from privileges in mongo shell ↵Sara Golemon2018-10-151-4/+69
| | | | when speaking to pre-4.0 mongod
* SERVER-37597 Make voteCommit for an aborted coordinator send abort to the ↵Matthew Saltz2018-10-153-1/+29
| | | | calling participant
* SERVER-37021 Rely on TransactionParticipant validation of incoming ↵Matthew Saltz2018-10-153-29/+82
| | | | transaction number when startTransaction is true
* SERVER-37617 CollectionClonerTest should not keep reference to memory of ↵William Schultz2018-10-151-7/+3
| | | | temporary object
* SERVER-37503 Support $type with wildcard indexyarai2018-10-151-0/+23
|
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-1512-21/+24
|
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to ↵Blake Oler2018-10-1312-18/+103
| | | | set up the sessions collection.
* SERVER-37349 Ensure that commands with transactions do not use the ↵Kaloian Manassiev2018-10-1310-38/+65
| | | | VersionManager
* SERVER-37621 Move logging in transaction command bodies to after checking ↵Esha Maharishi2018-10-122-11/+11
| | | | that the command was sent with session info
* SERVER-36705 Add OSX frameworks to C Driver cocoapod. Also rename as there ↵Henrik Edin2018-10-121-1/+1
| | | | is already a cocoapod with this name.
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-1210-19/+50
|
* SERVER-37568 computeAtClusterTimeForOneShard should always return the latest ↵Jack Mulrow2018-10-122-24/+13
| | | | logical clock time
* SERVER-37592 Clear and regenerate _wildcardIndexDiscriminators when updating ↵Bernard Gorman2018-10-121-0/+1
| | | | plan cache discriminators
* SERVER-37561 Server startupWarnings show spurious empty linesBen Caimano2018-10-121-2/+3
|
* SERVER-36705 Add CocoaPod specs for embedded frameworksHenrik Edin2018-10-123-0/+173
|
* SERVER-37158 Apply library compatibility flags for embedded libsAndrew Morrow2018-10-122-2/+34
|
* SERVER-37229: Switch to unordered write ops ini $outNick Zolnierz2018-10-123-152/+93
|
* SERVER-35852 Convert FSM client to use a resmoke suite for easy test ↵Jonathan Abrahams2018-10-121-1/+1
| | | | blackisting in backup_restore
* Remove listLocalCursorsTed Tuckman2018-10-124-191/+0
|
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-1240-250/+107
|
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1272-250/+104
|
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-126-208/+39
|
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-1219-159/+250
|
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-119-45/+70
|
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-1111-663/+341
|
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-113-2/+12
|
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-10-111-13/+4
|
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-113-19/+45
|
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-112-1/+3
|
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-1117-198/+303
|
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-112-2/+19
|
* SERVER-37553 Log sending and receiving every message in the transaction two ↵Esha Maharishi2018-10-114-44/+54
| | | | phase commit protocol
* SERVER-37547 Use kTransaction log component for log messages from the ↵Esha Maharishi2018-10-111-1/+1
| | | | TransactionCoordinatorService