summaryrefslogtreecommitdiff
path: root/src/cursor
Commit message (Expand)AuthorAgeFilesLines
* cursor/cur_std.c: In function ‘__cursor_runtime_config’:Keith Bostic2013-06-181-1/+0
* whitespaceMichael Cahill2013-06-181-1/+2
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-184-17/+14
* fix a commentKeith Bostic2013-06-071-2/+2
* The data-source cursor should have a reference to the session.Keith Bostic2013-06-061-0/+1
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-042-2/+2
* Memory leak, found by inspetion -- free the returned value fromKeith Bostic2013-06-041-0/+1
* Now that the memrata driver is storing the basic configuration (includingKeith Bostic2013-06-031-18/+1
* imported patch realloc_defMichael Cahill2013-05-311-5/+2
* Fix a core dump, the realloc has to change to match the backup cursor'sKeith Bostic2013-05-301-2/+4
* Change hot-backup to acquire a handle on each underlying file object to ensureKeith Bostic2013-05-301-17/+50
* Update __wt_schema_worker so that it can operate on names.Alex Gorrod2013-05-281-1/+2
* Minor code shuffling/simplification, unused variable cleanups, comment fixing.Keith Bostic2013-05-271-18/+8
* We have to write all of the names/value pairs out to the backup file,Keith Bostic2013-05-271-14/+10
* path variable no longer used, don't return without freeing the scratch buffer.Keith Bostic2013-05-271-9/+4
* Update backup to use __wt_schema_worker. Stop LSM drops during backups.Alex Gorrod2013-05-271-129/+52
* Disallow hot backups in any tree that includes something other than aKeith Bostic2013-05-261-75/+58
* Fail any attempt to perform a hot backup on a database where thereKeith Bostic2013-05-251-0/+17
* Pass owner through LSM and index cursors, so that are closed in the correct o...Michael Cahill2013-05-241-2/+2
* minor cleanup, consistently use local variable where it makes sense,Keith Bostic2013-05-061-5/+5
* Fix a comment.Keith Bostic2013-05-041-4/+1
* Merge branch 'develop' into hot-backup-raceMichael Cahill2013-05-011-1/+7
|\
| * Add support for open-cursor count statistics in both the connection andKeith Bostic2013-04-281-1/+7
* | Two bug fixes: First, handle close checkpoints files and so can discardKeith Bostic2013-04-261-14/+29
|/
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-245-14/+372
|\
| * Fix a bug where we could step past empty cfg[] array slots.Keith Bostic2013-04-201-5/+7
| * Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-2/+3
| * Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+2
| * More work on data-source configuration support.Keith Bostic2013-04-112-2/+2
| * Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-13/+15
| * If we fail the open, we may be closing without an underlying closeKeith Bostic2013-04-101-1/+2
| * Support new configuration options added by the applications, using a newKeith Bostic2013-04-092-2/+2
| * First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-092-2/+8
| * Fix a couple of memory leaks in the data-source cursor create path.Keith Bostic2013-04-031-1/+13
| * Back out commit 06172ba931d518828c2290d943e91fd1ba8e10ab.Keith Bostic2013-04-031-4/+0
| * Make it an error to set a key in a cursor configured for "append".Keith Bostic2013-04-031-0/+4
| * There's no way to reconfigure a cursor at run-time in the current system;Keith Bostic2013-04-031-0/+7
| * Support the cursor overwrite flag in data-source cursors.Keith Bostic2013-04-031-5/+9
| * Don't use "return" in a comment, it messes up the style check.Keith Bostic2013-04-031-1/+1
| * whitespaceKeith Bostic2013-04-031-1/+1
| * Add support routines to get/set the data-source key/value pairKeith Bostic2013-04-031-63/+84
| * Merge branch 'develop' into data-sourceKeith Bostic2013-04-033-18/+16
| |\
| * | First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic2013-04-031-0/+311
| * | Clean up a comment, don't bother clearing the key/value pair, it shouldKeith Bostic2013-04-031-10/+0
* | | Add a connection-level statistic for btree cursor ops and an LSMKeith Bostic2013-04-231-0/+1
* | | Merge branch 'develop' into lsm-ckpt-experimentsAlex Gorrod2013-04-091-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic2013-04-033-18/+16
| |\ \ | | |/ | |/|
| * | fix a commentKeith Bostic2013-04-011-1/+1
* | | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-031-0/+2
|\ \ \ | | |/ | |/|
| * | Increment the data source cursor count in the cursor layer (where we knowKeith Bostic2013-04-021-0/+2