summaryrefslogtreecommitdiff
path: root/src/include/error.h
AgeCommit message (Expand)Author
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-15Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-14Don't use condition variables in log code when no-sync is configured.Alex Gorrod
2013-11-13Change compaction to not block checkpoints: during the part of compactionKeith Bostic
2013-04-19Returning WT_PANIC takes precedence over any other error.Keith Bostic
2013-03-14Some functions with WT_ASSERT calls don't use the session handle for anyKeith Bostic
2013-03-14Cleanup due to s_allAlex Gorrod
2013-03-14Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod
2013-01-01Merge branch 'develop' into dirty-disableKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2013-01-01Change reconciliation to yield immediately after determining the state of aKeith Bostic
2012-12-28Simplify WT_PANIC_XXX and friends.Keith Bostic
2012-12-28Another set of changes to make checkpoints outside of the evictionKeith Bostic
2012-12-19Wrap __wt_panic uses in a macro. Update LSM panic code to be betterAlex Gorrod
2012-12-18Add panic calls to appropriate places in LSM.Alex Gorrod
2012-12-05Prioritize errors so system errors aren't lost. #388Susan LoVerso
2012-11-21After an LSM merge, fault in some pages before the new tree goes live to avoi...Michael Cahill
2012-06-20Finish the implementation of reconfigure methods: allow flags to be turned of...Michael Cahill
2012-06-15First set of changes for moving all checkpoint/snapshot calls into theKeith Bostic
2012-06-01Simplify the regular expression in s_style for non-GNU grep.Michael Cahill
2012-05-15__wt_assert is marked "noreturn", so it shouldn't return.Michael Cahill
2012-05-03Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic
2012-03-09Overwrite pages when they're discarded to make it more likely we catchKeith Bostic
2012-01-24More eviction locking cleanups and fixes.Michael Cahill
2012-01-23Fix a comment, the loop tests EBUSY, not WT_RESTART.Keith Bostic
2012-01-23Some cleanup of the hazard code. In particular:Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-02Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic