summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_truncate.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-23/+26
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-8/+12
* Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod2016-08-311-12/+8
* WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic2016-08-311-8/+12
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-1/+1
* WT-2814 Add new single op truncate mode to wtperf (#2933)Alex Gorrod2016-08-081-8/+27
* WT-2267 - WTPERF Throttle implementationDavid Hows2016-01-201-1/+1
* WT-2326 - Remove un-needed tmp variables and clean up some memory allocationsDavid Hows2016-01-131-8/+5
* WT-2326 - Add dcalloc, dmalloc and dstrdup to wtperf and replace all existing...David Hows2016-01-131-24/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Enforce whitespace guidelines on bench/wtperf.Keith Bostic2015-12-041-1/+0
* WT-2244 - Add comment explaining max multiplerDavid Hows2015-12-021-0/+5
* WT-2245 - Use WT_MIN and WT_MAX for incrementsDavid Hows2015-11-301-4/+5
* WT-2245 - Code Review changesDavid Hows2015-11-271-4/+5
* WTPERF - Add a multiplier to the truncate stones to deal with very high throu...David Hows2015-11-271-3/+24
* WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-7/+7
* wtperf_truncate.c 61 Warning 524: Loss of precision (assignment)Keith Bostic2015-08-031-3/+1
* Free the truncate key if we fail to allocate the truncate item.Keith Bostic2015-08-031-0/+2
* wtperf.c 101 Warning 695: Inline function 'decode_key(char *)'Keith Bostic2015-08-031-0/+6
* WT-1845 - OPI Lint changesdaveh862015-07-311-5/+14
* wtperf_truncate - Change error handling in run_truncate further.daveh862015-07-301-8/+7
* wtperf_truncate - Change error handling in run_truncate slightly.daveh862015-07-301-10/+13
* WT-1865 - Update comments, add cursor reset, limit truncate 1 exclusive threa...daveh862015-07-271-0/+5
* Don't pass a track variable through to truncate code in wtperf.Alex Gorrod2015-07-271-9/+5
* Update wtperf truncate implementation.Alex Gorrod2015-07-241-25/+22
* Review feedback for wtperf truncate.Alex Gorrod2015-07-241-0/+201