summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.0.0-rc6r3.0.0-rc6Ramon Fernandez2015-01-232-2/+2
* Import wiredtiger-wiredtiger-mongodb-2.8-rc5-180-g724d863.tar.gz from wiredti...Matt Kangas2015-01-231-4/+29
* SERVER-17003 Check command status for WriteConflictException on secondaries a...Eric Milkie2015-01-231-3/+8
* SERVER-17005 skip clearing tmp collection if it fails with WriteConflictExcep...Eric Milkie2015-01-231-12/+19
* SERVER-16992 Add failpoints to throw WT_ROLLBACKKaloian Manassiev2015-01-234-60/+64
* SERVER-17003 Add WriteConflict retry logic to applyOps commandMathias Stearn2015-01-231-8/+42
* SERVER-17003 Add WriteConflict retry logic to IndexBuilderMathias Stearn2015-01-231-51/+80
* fix multiversion test to handle 2.8->3.0 binversion changemike o'brien2015-01-231-1/+3
* SERVER-17016 fixed db.collection.ensureIndex() for devnull storage engineBenety Goh2015-01-231-3/+17
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-2222-36/+36
* SERVER-15539 Fix a typo and possible concurrency issueKaloian Manassiev2015-01-221-1/+1
* SERVER-16992 Add failpoint to cause WT_ROLLBACKKaloian Manassiev2015-01-221-10/+29
* SERVER-16988 Fix typo in db.listCommandsCharlie Swanson2015-01-221-1/+1
|\
| * Simple fix.Charlie Swanson2015-01-221-1/+1
* | SERVER-17002: Improve AuthenticationFailure log message for mechanism mismatchAmalia Hawkins2015-01-221-0/+5
* | SERVER-16982 WiredTiger index cursor pointsToSamePlaceAs() uses WT_CURSOR equ...David Storch2015-01-221-7/+6
* | SERVER-16994 handle WriteConflictException when writing oplog on secondariesEric Milkie2015-01-225-84/+69
* | SERVER-15691 acquiring balancer lock may fail and get stuck with concurrent w...Randolph Tan2015-01-221-5/+5
* | SERVER-16773: Mark threads idle for tcmallocGeert Bosch2015-01-226-4/+105
* | SERVER-16337: retry WriteConflictException on insert pathEliot Horowitz2015-01-222-26/+54
* | SERVER-16867 Allow logOp() to throw before calling first non-rollback-safe lo...Andy Schwerin2015-01-221-5/+4
* | SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-229-12/+62
|/
* SERVER-16919 Improve WT capped collection age-outMathias Stearn2015-01-229-33/+69
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-2116-31/+128
* SERVER-16954 fix invalidation handling in NearStageDavid Storch2015-01-212-80/+162
* SERVER-16806 Correctly report elapsed time in messages in range_deleter.cpp.Andy Schwerin2015-01-211-4/+4
* Import wiredtiger-wiredtiger-mongodb-2.8-rc5-173-gb978f5b.tar.gz from wiredti...Matt Kangas2015-01-211-2/+3
* SERVER-16663 Add variables to set CFLAGS et all on command-lineJonathan Reams2015-01-211-3/+92
* SERVER-16957 Permit user specifiable list of boost search suffixesAndrew Morrow2015-01-211-4/+30
* SERVER-16749: handle per index exceptions and continueScott Hernandez2015-01-212-6/+67
* SERVER-16970 set prefix_compression explicitly to trueEric Milkie2015-01-211-1/+1
* SERVER-16878 Increase logging verbosity in stepdown.js testSpencer T Brody2015-01-211-1/+1
* SERVER-16961 incrementally cleanup connections in mongos_rs_shard_failure_tol...Randolph Tan2015-01-211-0/+14
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-2111-326/+791
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-214-99/+112
* Import wiredtiger-wiredtiger-mongodb-2.8-rc5-168-gcbd3d5e.tar.gz from wiredti...Matt Kangas2015-01-2045-1117/+862
* update-vendor-wiredtiger: exclude tools/templateMatt Kangas2015-01-201-0/+1
* SERVER-16923 Create the system.profile collection if under DB X lockKaloian Manassiev2015-01-202-7/+11
* SERVER-16880 Timer overflows at approximately 9223 secondsRandolph Tan2015-01-203-10/+21
* SERVER-16925 check for shutdown in isMasterEric Milkie2015-01-201-0/+6
* SERVER-16948 fix printSlaveReplicationInfo()'s detection of primarymatt dannenberg2015-01-202-8/+12
* SERVER-16916 fixed WiredTiger index insertion with inserting the same key wit...Benety Goh2015-01-202-5/+19
* SERVER-16955 Wait for mongos to recognize new master before proceeding in ren...Randolph Tan2015-01-201-5/+11
* SERVER-16913 Return connection to pool on mongos when checking config servers...Siyuan Zhou2015-01-201-0/+1
* SERVER-5399 SERVER-16946 fixed shell helper parsingBenety Goh2015-01-201-4/+1
* SERVER-16907 pause repl6.js between slave restartsEric Milkie2015-01-201-0/+4
* SERVER-16904 re-auth the master if it happens not to be node 0Eric Milkie2015-01-201-2/+2
* SERVER-16901 use a real state transition to detect when nodes restartEric Milkie2015-01-201-11/+13
* SERVER-16943 Add test for compatibility of replset background index andAmalia Hawkins2015-01-201-0/+56
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-204-0/+44