summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.4.11.4.1Alex Gorrod2012-12-136-7/+33
* Hook the cursor_random page back into the documentation tree, so it doesn't s...Michael Cahill2012-12-132-9/+13
* Add a comment explaining why we are ignoring an error return.Alex Gorrod2012-12-131-1/+5
* Remove some redundancy from the documentation of index cursor projections. C...Michael Cahill2012-12-132-14/+21
* update.Keith Bostic2012-12-121-0/+1
* Document why we're ignoring the return from WT_BTREE_CMP in one case.Keith Bostic2012-12-121-0/+6
* Don't ignore the possible error return from WT_BTREE_CMP.Keith Bostic2012-12-121-1/+1
* Don't ignore the return from __wt_remove on error.Keith Bostic2012-12-121-1/+1
* Don't ignore the return from __wt_block_off_free in the write error path.Keith Bostic2012-12-121-1/+2
* Don't ignore the return value of __rec_write_wrapup_err.Keith Bostic2012-12-121-1/+1
* __wt_connection_destroy can return an error, percolate it up the stack.Keith Bostic2012-12-124-7/+9
* typo in my last commit, return "ret", it can be set.Keith Bostic2012-12-121-1/+1
* Don't ignore errors from __wt_txn_rollback as part of a failed commit.Keith Bostic2012-12-121-1/+1
* Don't ignore error returns from __wt_cond_destroy().Keith Bostic2012-12-124-8/+10
* Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic2012-12-1221-47/+39
* We have a panic function: make a failure to clear a hazard pointerKeith Bostic2012-12-1215-78/+91
* Update the copyright notice so the check scripts don't complain,Keith Bostic2012-12-121-6/+33
* explicitly order +/- operators.Keith Bostic2012-12-121-2/+2
* Update default parameters in runner script.EC2 Default User2012-12-121-2/+2
* Add some scripts to help run wtperf.EC2 Default User2012-12-123-0/+124
* Merge pull request #411 from wiredtiger/panicMichael Cahill2012-12-1117-51/+96
|\
| * Panic if the eviction server unexpectedly exits.Keith Bostic2012-12-101-1/+3
| * Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic2012-12-1016-50/+93
* | The absolute time pthread_timedjoin_np wants isn't a timer, it's an offsetKeith Bostic2012-12-115-19/+31
* | Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic2012-12-113-4/+4
* | On systems where it's available (FreeBSD & Linux, at least), call theKeith Bostic2012-12-114-14/+17
* | Alex wants stronger wording on error, information and progress eventKeith Bostic2012-12-111-6/+15
* | Remove bulk load from wtperf - it's ignored by LSM, and we are notAlex Gorrod2012-12-111-4/+2
* | Test fixes now that populate inserts the requested number of records.Michael Cahill2012-12-112-3/+3
* | In the test suite, when checking that a data source is correctly populated,Michael Cahill2012-12-116-32/+32
* | More fixes for complex schema, this time to retrieve values correctly.Michael Cahill2012-12-111-82/+79
* | Fix a bug populating column groups with complex schema.Michael Cahill2012-12-112-15/+17
|/
* Stylistic change only: I'm about to put in panic checks, make the styleKeith Bostic2012-12-106-39/+29
* Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the otherKeith Bostic2012-12-104-8/+8
* Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic2012-12-108-11/+91
* make it clear we're going to have an error.Keith Bostic2012-12-101-1/+1
* Don't mention random cursor lookup in the cursor page, nobody wantsKeith Bostic2012-12-101-5/+0
* Fix up a few more declarations that weren't fixed-size.Keith Bostic2012-12-102-8/+9
* Revert one of the schema plan logic changes: they weren't necessary and intro...Michael Cahill2012-12-101-6/+6
* Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill2012-12-101-4/+5
* Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill2012-12-104-17/+16
* wtperf.c:291:6: error: 'op_ret' may be used uninitialized in this functionMichael Cahill2012-12-101-0/+1
* Use fixed-sized types explicitly in (un)packing routines.Michael Cahill2012-12-101-8/+4
* More schema layer cleanup:Michael Cahill2012-12-105-74/+101
* Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill2012-12-102-14/+16
* Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill2012-12-104-10/+11
* Add 'ret = ' to calls in ex_schema.c that can fail.Michael Cahill2012-12-101-26/+28
* Merge pull request #410 from wiredtiger/lsm-error-cleanupMichael Cahill2012-12-092-16/+35
|\
| * Update LSM error handling for drop, rename and truncate.Alex Gorrod2012-12-102-16/+35
* | Merge pull request #408 from wiredtiger/row-key-serialMichael Cahill2012-12-094-88/+16
|\ \