summaryrefslogtreecommitdiff
path: root/src/include/error.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-151-0/+4
|\
| * Change compaction to not block checkpoints: during the part of compactionKeith Bostic2013-11-131-0/+4
* | Don't use condition variables in log code when no-sync is configured.Alex Gorrod2013-11-141-0/+13
|/
* Returning WT_PANIC takes precedence over any other error.Keith Bostic2013-04-191-2/+4
* Some functions with WT_ASSERT calls don't use the session handle for anyKeith Bostic2013-03-141-3/+5
* Cleanup due to s_allAlex Gorrod2013-03-141-1/+1
* Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-141-17/+7
* Merge branch 'develop' into dirty-disableKeith Bostic2013-01-011-1/+1
|\
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Change reconciliation to yield immediately after determining the state of aKeith Bostic2013-01-011-0/+9
* | Simplify WT_PANIC_XXX and friends.Keith Bostic2012-12-281-11/+5
* | Another set of changes to make checkpoints outside of the evictionKeith Bostic2012-12-281-1/+5
|/
* Wrap __wt_panic uses in a macro. Update LSM panic code to be betterAlex Gorrod2012-12-191-3/+11
* Add panic calls to appropriate places in LSM.Alex Gorrod2012-12-181-0/+4
* Prioritize errors so system errors aren't lost. #388Susan LoVerso2012-12-051-2/+4
* After an LSM merge, fault in some pages before the new tree goes live to avoi...Michael Cahill2012-11-211-0/+5
* Finish the implementation of reconfigure methods: allow flags to be turned of...Michael Cahill2012-06-201-0/+5
* First set of changes for moving all checkpoint/snapshot calls into theKeith Bostic2012-06-151-0/+8
* Simplify the regular expression in s_style for non-GNU grep.Michael Cahill2012-06-011-2/+9
* __wt_assert is marked "noreturn", so it shouldn't return.Michael Cahill2012-05-151-5/+6
* Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-2/+2
* Overwrite pages when they're discarded to make it more likely we catchKeith Bostic2012-03-091-0/+1
* More eviction locking cleanups and fixes.Michael Cahill2012-01-241-8/+0
* Fix a comment, the loop tests EBUSY, not WT_RESTART.Keith Bostic2012-01-231-1/+1
* Some cleanup of the hazard code. In particular:Michael Cahill2012-01-231-0/+8
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-0/+73