summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | WT-2492 Add WT_PTRDIFFT_FMT for print statements.Alex Gorrod2016-03-174-6/+5
| * | | | WT-2492 Change printf format specifier to be Windows compatible.Keith Bostic2016-03-162-7/+8
| * | | | WT-2492 Change printf format specifier to be Windows compatible.Alex Gorrod2016-03-161-4/+5
| | |/ / | |/| |
* | | | Merge pull request #2595 from wiredtiger/wt-2481Alex Gorrod2016-03-171-16/+16
|\ \ \ \
| * | | | WT-2481 Set memory_page_max after we read chunk_max.Susan LoVerso2016-03-161-16/+16
* | | | | Merge pull request #2590 from wiredtiger/wt-2485Michael Cahill2016-03-172-13/+17
|\ \ \ \ \
| * | | | | WT-2485 Refactor and consolidate to fix merge_min.Susan LoVerso2016-03-161-20/+16
| * | | | | Merge branch 'develop' into wt-2485Susan LoVerso2016-03-1619-55/+40
| |\ \ \ \ \ | | |/ / / /
| * | | | | WT-2485 Adjust lsm_tree->merge_min when we read the metadata.Susan LoVerso2016-03-152-0/+8
* | | | | | Merge pull request #2597 from wiredtiger/wt-2461sueloverso2016-03-161-8/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | WT-2461 Look explicitly for the final number of expected files.Susan LoVerso2016-03-161-8/+5
|/ / / / /
* | | | | Merge pull request #2594 from wiredtiger/wt-2494sueloverso2016-03-1613-45/+27
|\ \ \ \ \
| * | | | | WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-1613-45/+27
| | |/ / / | |/| | |
* | | | | Merge pull request #2593 from wiredtiger/wt-2493sueloverso2016-03-161-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | WT-2493 Add lsm_manager to verbose settings.Susan LoVerso2016-03-161-0/+1
|/ / / /
* | | | Merge pull request #2586 from wiredtiger/wt-2476Alex Gorrod2016-03-165-10/+12
|\ \ \ \ | |/ / / |/| | |
| * | | WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-155-10/+12
* | | | Merge pull request #2589 from wiredtiger/wt-2461sueloverso2016-03-151-2/+16
|\ \ \ \
| * | | | WT-2461 Fix sweep loop to look for progress. Reduce number of tables.Susan LoVerso2016-03-151-2/+16
|/ / / /
* | | | Merge pull request #2581 from wiredtiger/wt-2447-join-main-readsDon Anderson2016-03-154-85/+133
|\ \ \ \
| * | | | WT-2447 In cursor joins, when opening an iterator cursor, always forceDon Anderson2016-03-151-9/+8
| * | | | WT-2447 Modified some join tests to use projections on reference cursors.Don Anderson2016-03-152-8/+10
| * | | | WT-2447. A performance gain and simplification: use a cursor based on theDon Anderson2016-03-142-25/+31
| * | | | WT-2447 Avoid main table reads. During iteration, walk the first joined indexDon Anderson2016-03-142-74/+115
* | | | | Merge pull request #2588 from wiredtiger/wt-2489sueloverso2016-03-151-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | WT-2489 Minor cleanup and string fixes.Susan LoVerso2016-03-151-3/+3
|/ / / /
* | | | Merge pull request #2585 from wiredtiger/wt-2487-manydbsAlex Gorrod2016-03-151-19/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Whitespace.Alex Gorrod2016-03-151-1/+2
| * | | WT-2487 Release memory at the end of the test to make leak checkers happy.Alex Gorrod2016-03-151-19/+26
|/ / /
* | | Merge pull request #2580 from wiredtiger/wt-2463Alex Gorrod2016-03-152-68/+82
|\ \ \ | |_|/ |/| |
| * | WT-2463 KNFSusan LoVerso2016-03-141-3/+3
| * | WT-2463 Fix warning.Susan LoVerso2016-03-141-2/+2
| * | WT-2463 Open/close stat cursor every time we want stats.Susan LoVerso2016-03-141-12/+12
| * | WT-2463 Add more information to error message.Susan LoVerso2016-03-141-2/+5
| * | Merge branch 'develop' into wt-2463Susan LoVerso2016-03-145-9/+21
| |\ \
| * | | WT-2463 Record original number of resets after initial period.Susan LoVerso2016-03-141-3/+13
| * | | WT-2463 Remove outdated comment in script.Susan LoVerso2016-03-141-4/+0
| * | | WT-2463 Fix warning.Susan LoVerso2016-03-141-4/+4
| * | | WT-2463 Reinstate smoke.sh tests.Susan LoVerso2016-03-141-6/+6
| * | | WT-2463 Test validity via WT stats instead of system CPU usage.Susan LoVerso2016-03-142-61/+66
* | | | Merge pull request #2583 from wiredtiger/wt-2484Keith Bostic2016-03-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | WT-2484: Coverity 1345809: unchecked return valueKeith Bostic2016-03-141-1/+1
| |/ /
* | | Merge pull request #2584 from wiredtiger/wt-2483sueloverso2016-03-141-1/+4
|\ \ \
| * | | WT-2483 Skip temp log files when copying WT directory.Susan LoVerso2016-03-141-1/+4
* | | | Merge pull request #2582 from wiredtiger/wt-2482Keith Bostic2016-03-141-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | WT-2482: Coverity 1353015, 1353016, out-of-bounds accessKeith Bostic2016-03-141-2/+2
| |/ /
* | | Merge pull request #2579 from wiredtiger/wt-2478Keith Bostic2016-03-143-6/+15
|\ \ \ | |/ / |/| |
| * | WT-2478: Valgrind test failuresKeith Bostic2016-03-142-6/+14
| * | WT-2478: Valgrind test failuresKeith Bostic2016-03-141-1/+1
| * | WT-2478: Valgrind test failuresKeith Bostic2016-03-141-1/+2
|/ /