summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.6mongodb-3.5.4Alex Gorrod2017-02-17120-1677/+4594
|\
| * WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-165-5/+181
| * WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso2017-02-163-3/+10
| * WT-3149 Make random lookups for eviction more lightweight. (#3302)Michael Cahill2017-02-151-12/+26
| * WT-3179 test bug: clang sanitizer failure in fail_fsDon Anderson2017-02-141-4/+8
| * WT-3179 test bug: clang sanitizer failure in fail_fs #3300Don Anderson2017-02-141-1/+5
| * WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson2017-02-141-11/+18
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-6/+6
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-142-20/+26
| * WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson2017-02-147-40/+827
| * WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-146-412/+454
| * WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-02-144-58/+144
| * WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-1410-53/+106
| * WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill2017-02-141-18/+23
| * WT-3174 Coverity/lint cleanup (#3293)Keith Bostic2017-02-132-13/+13
| * WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-137-6/+398
| * WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-135-121/+103
| * WT-3173 Add runtime detection for s390x CRC32 hardware support (#3290)Mark Benvenuto2017-02-112-6/+24
| * WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-095-42/+47
| * WT-3164 Ensure all relevant btree fields are reset on checkpoint error. (#3283)sueloverso2017-02-091-1/+12
| * WT-3161 Panic on a write error in logging. (#3278)sueloverso2017-02-081-1/+6
| * WT-3157 More aggressive error handling. (#3275)sueloverso2017-02-061-18/+14
| * WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-0624-174/+158
| * WT-3148 Check that we have a root page when calculating evictable size.Michael Cahill2017-02-031-1/+3
| * WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-034-24/+106
| * WT-3150 Fix: don't spin forever during eviction interrupts. (#3276)Michael Cahill2017-02-031-1/+3
| * WT-3157 Fix checkpoint error path (#3274)sueloverso2017-02-021-9/+18
| * WT-3139 Enhance wtperf to support periodic table scans (#3268)Alex Gorrod2017-02-027-48/+183
| * WT-3150 Reduce impact of checkpoints on eviction. (#3265)Michael Cahill2017-02-021-2/+16
| * WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-0130-297/+359
| * WT-3156 Add check in assertions for errors. (#3271)sueloverso2017-01-261-4/+4
| * WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-2527-193/+237
| * WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-2511-301/+305
| * WT-3137 Fix a hang in logging due to a race condition (#3266)Keith Bostic2017-01-242-5/+5
| * WT-3137 Fix a hang in logging due to a race condition (#3223)sueloverso2017-01-242-44/+156
| * WT-3120 Add error handling to get_key/get_value in a test (#3262)Keith Bostic2017-01-241-4/+4
| * WT-2790 Fix a text case false positive in test_sweep01. (#3263)sueloverso2017-01-241-1/+6
| * WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic2017-01-234-29/+51
| * WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-01-231-1/+2
| * WT-3144 Make it less likely for random lookups to return WT_NOTFOUND (#3259)Keith Bostic2017-01-231-2/+28
| * WT-3144 Print WT_REF instead of WT_REF.page in verbose/debugging output. (#3...Keith Bostic2017-01-232-9/+5
| * WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-239-20/+837
* | Merge branch 'develop' into mongodb-3.6mongodb-3.5.3mongodb-3.5.2David Hows2017-01-23188-1704/+3362
|\ \ | |/
| * Coverity 1369053: assigning values that are never subsequently used. (#3257)Keith Bostic2017-01-231-6/+2
| * Set the database home and configure error handling before (#3256)Keith Bostic2017-01-231-12/+12
| * Add a verbose message if we don't find any log files, (#3245)Keith Bostic2017-01-201-4/+1
| * WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-203-3/+13
| * WT-3134 Coverity scan reports 1368529 and 1368528 (#3251)Keith Bostic2017-01-193-74/+65
| * WT-3083 Fix a bug in wtperf config dump (#3224)Sulabh Mahajan2017-01-183-44/+461
| * WT-3118 Protect test against unexpectedly slow child start. (#3248)sueloverso2017-01-181-1/+13