summaryrefslogtreecommitdiff
path: root/src/cursor/cur_config.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost)Keith Bostic2013-07-051-1/+2
* Create a #define that initializes a static WT_CURSOR and use it.Keith Bostic2013-01-081-28/+15
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-131-1/+1
* Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-2/+1
* Detect if truncate cursors are incorrectly ordered, that is, if theKeith Bostic2012-09-011-0/+1
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-1/+1
* Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic2012-08-031-2/+0
* Add a comment: __wt_cursor_init is last so we don't have to clean up on error.Keith Bostic2012-07-051-0/+1
* The method is "reconfigure", not "config".Keith Bostic2012-06-211-1/+1
* Add WT_CONNECTION::config and WT_CURSOR::config methods.Keith Bostic2012-06-191-0/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+1
* Layer dump cursors on top of any cursor type.Michael Cahill2012-03-111-2/+1
* Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside aMichael Cahill2012-03-111-1/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-2/+2
* Handle errors from __wt_cursor_init.Michael Cahill2012-01-311-2/+6
* Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su...Michael Cahill2012-01-311-0/+1
* Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill2012-01-311-1/+2
* Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill2012-01-251-2/+1
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-2/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-15/+3
* Use a single cursor-not-supported function.Keith Bostic2012-01-041-91/+7
* Split file cursors out into their own list in the session handle.Michael Cahill2011-10-281-1/+1
* Handle table updates in indices.Michael Cahill2011-09-261-3/+2
* Handle record numbers in raw cursors.Michael Cahill2011-09-151-0/+1
* Lint.Keith Bostic2011-08-191-11/+3
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-4/+3
* Reorg the cursor code into its own directory.Michael Cahill2011-06-031-0/+177