summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-06370-1344/+1344
* SERVER-17209 remove processUpdatePosition invariant for forwards compatibilitymatt dannenberg2015-02-061-1/+0
* SERVER-17203: findAndModify retry loop uses macrosEliot Horowitz2015-02-061-27/+17
* SERVER-17203: findAndModify needs to use WriteConflictException::logAndBackoffEliot Horowitz2015-02-061-5/+4
* SERVER-17088 Improve printing upon replication stress test failureCharlie Swanson2015-02-061-18/+73
* SERVER-17026 Use compareAndSwap instead of fetchAndAdd in shutdownCleanlySpencer T Brody2015-02-061-1/+1
* SERVER-15617 Add more tests for $min and $max edge cases.Charlie Swanson2015-02-061-0/+231
* SERVER-16885 index rebuilder should commit changes to index and collection ca...Benety Goh2015-02-063-88/+191
* SERVER-15831 Enhanced top chunk auto split testsJonathan Abrahams2015-02-061-63/+296
* SERVER-17192 Add regression tests for timing of invalidation calls.Charlie Swanson2015-02-061-38/+180
* SERVER-17040: fix test case for sharded caseGeert Bosch2015-02-061-2/+8
* SERVER-17125 Avoid creating password credentials for $externalAndreas Nilsson2015-02-062-14/+19
* SERVER-17138 GodInsert should not create DB inside write unit of workKaloian Manassiev2015-02-051-1/+2
* SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and...alabid2015-02-0588-149/+1790
* SERVER-17193: Exclude (failing) capped collection tests from small_oplog*Scott Hernandez2015-02-051-7/+11
* SERVER-14792 count with a bad hint should fail, even if there is no query pre...David Storch2015-02-052-6/+13
* SERVER-17040: NULL pointer crash in cloneCollectionAsCappedGeert Bosch2015-02-052-0/+34
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-0514-101/+46
* SERVER-16883 Geo Query $center with "NaN" coordinate does not errorSiyuan Zhou2015-02-052-0/+21
* SERVER-15605 add index bounds builder unit tests for NaNDavid Storch2015-02-051-0/+71
* SERVER-3445 remove disabled testDavid Storch2015-02-051-13/+0
* SERVER-3105 remove disabled testDavid Storch2015-02-051-7/+0
* SERVER-17186 removed getMore performance testBenety Goh2015-02-051-66/+0
* SERVER-17179 check for primary step down in clonerBenety Goh2015-02-051-0/+32
* SERVER-17185 improve error handling in replsets/auth1.jsmatt dannenberg2015-02-051-12/+4
* SERVER-17117 propagate kill notifications to CachedPlanStageDavid Storch2015-02-054-9/+141
* SERVER-17181 Correctly invalidate RocksDB cursor when restoring to a deleted docIgor Canadi2015-02-052-6/+30
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-0510-11/+120
* fix compact test for small_oplog_rs passthroughScott Hernandez2015-02-042-2/+4
* SERVER-17164 Don't start elections while coming out of RECOVERING stateSpencer T Brody2015-02-044-2/+39
* SERVER-17172 initialize _lastLoc from _loc on WiredTigerRecordStore::Iterator...Eric Milkie2015-02-042-3/+33
* Import wiredtiger-wiredtiger-mongodb-2.8-rc7-105-g92325a3.tar.gz from wiredti...Dan Pasette2015-02-0450-605/+703
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-032-61/+73
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-031-1/+4
* SERVER-17094 WiredTiger background jobs for maintaining local.oplog.* capped ...Benety Goh2015-02-035-38/+74
* SERVER-17161 Fix Rocks build broken with getSnapshotId()Igor Canadi2015-02-035-15/+46
* SERVER-17126 Improve rocks engineIgor Canadi2015-02-037-56/+28
* SERVER-17133 Fail verbosely when RocksDB's disk format changesIgor Canadi2015-02-031-1/+29
* SERVER-17132 make findAndModify behave correctly with concurrent writesDavid Storch2015-02-034-9/+108
* SERVER-17123 Wait for the BackgroundSync thread to stop before enabling write...Spencer T Brody2015-02-033-8/+30
* SERVER-17114 capped cursor should die when falling off the back of collectionEric Milkie2015-02-034-5/+61
* SERVER-16792: fix smoke.py --small-oplog-rs so it worksScott Hernandez2015-02-034-36/+50
* SERVER-17017 test two node rs with one voter up can electScott Hernandez2015-02-031-0/+47
* SERVER-17096: ensure first node primary in resync.js testScott Hernandez2015-02-031-9/+7
* SERVER-17132 Need to restoreState on early return in UpdateStageMathias Stearn2015-02-031-0/+2
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-74-gdf96add.tar.gz from wiredtig...Dan Pasette2015-02-031-4/+4
* SERVER-17132 use snapshot id in DeleteStage, and re-check predicateDavid Storch2015-02-033-4/+19
* SERVER-17132 add regression test for duplicate index entries bugDavid Storch2015-02-031-0/+66
* SERVER-17132: WiredTiger recovery unit txn id needs to start > 0Eliot Horowitz2015-02-021-1/+1
* SERVER-17132: fix debug build includeEliot Horowitz2015-02-021-0/+1