summaryrefslogtreecommitdiff
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-12update.Keith Bostic
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-12Update the copyright notice so the check scripts don't complain,Keith Bostic
2012-12-12explicitly order +/- operators.Keith Bostic
2012-12-12Update default parameters in runner script.EC2 Default User
2012-12-12Add some scripts to help run wtperf.EC2 Default User
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-11Remove bulk load from wtperf - it's ignored by LSM, and we are notAlex Gorrod
2012-12-11Test fixes now that populate inserts the requested number of records.Michael Cahill
2012-12-11In the test suite, when checking that a data source is correctly populated,Michael Cahill
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-10make it clear we're going to have an error.Keith Bostic
2012-12-10Don't mention random cursor lookup in the cursor page, nobody wantsKeith Bostic
2012-12-10Fix up a few more declarations that weren't fixed-size.Keith Bostic
2012-12-10Revert one of the schema plan logic changes: they weren't necessary and intro...Michael Cahill
2012-12-10Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill
2012-12-10Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill
2012-12-10wtperf.c:291:6: error: 'op_ret' may be used uninitialized in this functionMichael Cahill
2012-12-10Use fixed-sized types explicitly in (un)packing routines.Michael Cahill
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-10Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill
2012-12-10Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill
2012-12-10Add 'ret = ' to calls in ex_schema.c that can fail.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