summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-13Cut release 1.4.11.4.1Alex Gorrod
2012-12-13Hook the cursor_random page back into the documentation tree, so it doesn't s...Michael Cahill
2012-12-13Add a comment explaining why we are ignoring an error return.Alex Gorrod
2012-12-13Remove some redundancy from the documentation of index cursor projections. C...Michael Cahill
2012-12-12Document why we're ignoring the return from WT_BTREE_CMP in one case.Keith Bostic
2012-12-12Don't ignore the possible error return from WT_BTREE_CMP.Keith Bostic
2012-12-12Don't ignore the return from __wt_remove on error.Keith Bostic
2012-12-12Don't ignore the return from __wt_block_off_free in the write error path.Keith Bostic
2012-12-12Don't ignore the return value of __rec_write_wrapup_err.Keith Bostic
2012-12-12__wt_connection_destroy can return an error, percolate it up the stack.Keith Bostic
2012-12-12typo in my last commit, return "ret", it can be set.Keith Bostic
2012-12-12Don't ignore errors from __wt_txn_rollback as part of a failed commit.Keith Bostic
2012-12-12Don't ignore error returns from __wt_cond_destroy().Keith Bostic
2012-12-12Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic
2012-12-12We have a panic function: make a failure to clear a hazard pointerKeith Bostic
2012-12-12explicitly order +/- operators.Keith Bostic
2012-12-11Merge pull request #411 from wiredtiger/panicMichael Cahill
2012-12-11The absolute time pthread_timedjoin_np wants isn't a timer, it's an offsetKeith Bostic
2012-12-11Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic
2012-12-11On systems where it's available (FreeBSD & Linux, at least), call theKeith Bostic
2012-12-11Alex wants stronger wording on error, information and progress eventKeith Bostic
2012-12-11More fixes for complex schema, this time to retrieve values correctly.Michael Cahill
2012-12-11Fix a bug populating column groups with complex schema.Michael Cahill
2012-12-10Panic if the eviction server unexpectedly exits.Keith Bostic
2012-12-10Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic
2012-12-10Stylistic change only: I'm about to put in panic checks, make the styleKeith Bostic
2012-12-10Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the otherKeith Bostic
2012-12-10Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic
2012-12-10Don't mention random cursor lookup in the cursor page, nobody wantsKeith Bostic
2012-12-10Revert one of the schema plan logic changes: they weren't necessary and intro...Michael Cahill
2012-12-10Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill
2012-12-10Use fixed-sized types explicitly in (un)packing routines.Michael Cahill
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-10Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill
2012-12-09Merge pull request #410 from wiredtiger/lsm-error-cleanupMichael Cahill
2012-12-09Merge pull request #408 from wiredtiger/row-key-serialMichael Cahill
2012-12-10Fix a bug where we weren't releasing a btree rwlock in some paths of theAlex Gorrod
2012-12-10Fix compiler warning.Alex Gorrod
2012-12-10Update LSM error handling for drop, rename and truncate.Alex Gorrod
2012-12-10Fix a segfault cleaning up a bad index cursor open.Michael Cahill
2012-12-09Merge pull request #405 from wiredtiger/mtx-cleanupagorrod
2012-12-08When talking about index-only retrieval, don't mention "column groups".Keith Bostic
2012-12-08Add wording explaining how to do index-only searches to the schema docs.Keith Bostic
2012-12-08There's no reason to () wrap the cindex variable.Keith Bostic
2012-12-08Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic
2012-12-08Clarify the format type name.Keith Bostic
2012-12-08We document the key-gap can be set to 0 (which makes logical sense, a gap ofKeith Bostic
2012-12-08When __wt_txn_read_{last,first} were removed from TXN_API_END, theKeith Bostic
2012-12-07Replace the row-key-serial function with CAS instruction.Keith Bostic
2012-12-07Change __wt_readlock, __wt_try_writelock, __wt_writelock, __wt_rwunlockKeith Bostic