summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleanup various build warnings with test/format.Michael Cahill2012-03-156-18/+13
| * undef PREV_ITEM/PREV_INS, they aren't in the WT name space and might collide,Keith Bostic2012-03-141-0/+2
| * Get rid of calls to WEXITSTATUS, they aren't that useful and theyKeith Bostic2012-03-141-2/+2
| * Don't compare with the BDB dump unless there was a BDB dump.Keith Bostic2012-03-141-22/+25
| * Clean up memory leaks, passes valgrind now.Keith Bostic2012-03-142-0/+6
| * whitespace cleanupKeith Bostic2012-03-141-1/+2
| * it's now multi-threaded.Keith Bostic2012-03-141-7/+7
| * whitespaceKeith Bostic2012-03-144-5/+2
| * Cleanup pass: simplify the world and quit passing errors back throughKeith Bostic2012-03-148-405/+257
| * BDB comparison code is always single-threaded, no reason to have multipleKeith Bostic2012-03-141-7/+2
| * Change operations value WT_ITEMs to use a local buffer, too, not a globalKeith Bostic2012-03-144-69/+73
| * with multiple threads, we may race and so our new record may not beKeith Bostic2012-03-141-6/+9
| * whitespaceKeith Bostic2012-03-141-0/+1
| * Don't maintain the random number log if we're not single-threaded.Keith Bostic2012-03-141-0/+4
| * Remove the global session handle, open sessions on demand.Keith Bostic2012-03-145-70/+78
| * Get rid of the global WT_ITEM key, every thread of control has to haveKeith Bostic2012-03-146-85/+119
| * Restructure the ops routine as a threaded function, re-write the bulkKeith Bostic2012-03-144-109/+183
| * Re-structure the ops routines so that the BDB tests come last, thatKeith Bostic2012-03-141-31/+28
| * Instantiate and pass cursors to the ops routines instead of creating andKeith Bostic2012-03-144-121/+109
| * Don't bother with a wts prefix on local functions.Keith Bostic2012-03-141-61/+61
| * whitespaceKeith Bostic2012-03-141-2/+1
| * Add a comment about rec_evict.c updating btree->evict_page.Michael Cahill2012-03-141-0/+8
| * Simplify the loop to walk a file looking for eviction candidates.Michael Cahill2012-03-141-18/+15
| * Clear the eviction point if we hit it when discarding a child page, not just ...Michael Cahill2012-03-142-31/+7
| * Call __rec_review with WT_REFs: don't look at the page until we've checked th...Michael Cahill2012-03-141-7/+17
* | Commented out some superflous output messages.Don Anderson2012-03-151-2/+2
* | Changed most uses of 'with self.expectedStderr(msg)' to useDon Anderson2012-03-157-43/+41
* | Capture and check the error message that comes from wiredtiger_open().Don Anderson2012-03-151-3/+4
* | Fixed when file descriptors are captured - it needs to be done beforeDon Anderson2012-03-151-1/+1
* | Modified tests that produce stderr in native code to useDon Anderson2012-03-151-23/+40
* | Modified tests that produce stderr in native code to wrap those callsDon Anderson2012-03-1512-46/+80
* | Capture the stderr and stdout of the native code in files, while keepingDon Anderson2012-03-151-5/+184
|/
* Paranoia: set ref->state = WT_REF_DISK with a fence before setting ref->page ...Michael Cahill2012-03-132-8/+5
* Only the top-level page being reviewed for eviction can be in the "evicting" ...Michael Cahill2012-03-131-12/+6
* Don't set cbt->page until we're sure a search has succeeded: otherwise a page...Michael Cahill2012-03-131-2/+3
* Add some sanity checking around ref->state transitions.Michael Cahill2012-03-134-4/+17
* test/format/wts_bulk.c:17: warning: 'value' may be used uninitialized in this...Michael Cahill2012-03-131-1/+1
* test/format/wts.c:12: warning: `wts_read' declared `static' but never definedMichael Cahill2012-03-131-2/+0
* Have s_copyright look in known directories so it skips things like ".hg".Michael Cahill2012-03-131-1/+2
* Split up test/format WT code into multiple files (currently bulk-load,Keith Bostic2012-03-124-740/+760
* Check for C++ files, we don't have any yet, but may someday.Keith Bostic2012-03-121-1/+1
* Simplify the copyright script: the original problem was some files weren'tKeith Bostic2012-03-122-15/+31
* Add public-domain copyright notices to the extension code, someone mayKeith Bostic2012-03-124-0/+108
* Update copyright notice.Keith Bostic2012-03-121-1/+1
* Add a copyright notice.Keith Bostic2012-03-121-0/+26
* Added tag 1.1.1 for changeset 349c43bd3bf4Michael Cahill2012-03-121-0/+1
* Bump version to 1.1.1.1.1.1Michael Cahill2012-03-125-6/+34
* Revert a comment, only clear the exclusive flag if it was set.Michael Cahill2012-03-121-5/+5
* Back out part of the last change: we have to reopen when releasing a treeMichael Cahill2012-03-122-5/+7
* Only reopen handles when exclusive access is required, leave them closed on theMichael Cahill2012-03-122-38/+70