summaryrefslogtreecommitdiff
path: root/src/cursor/cur_bulk.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-4/+4
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-1/+1
* Merge bulk cursor close with regular file cursor close: we were missing a dec...Michael Cahill2015-04-251-31/+0
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Take more care clearing WT_CURSTD_VALUE_INT, now that we use it internally to...Michael Cahill2014-10-201-2/+2
* Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod2014-09-181-1/+1
* unreachable code (unnecessary function return).Keith Bostic2014-08-111-2/+0
* Minor renaming, __wt_lex_compare_collator to __wt_compare,Keith Bostic2014-08-111-1/+1
* Replace the collator comparison #defines with inline functions,Keith Bostic2014-08-101-2/+2
* Make comment logic match the code (zero/non-zero).Michael Cahill2014-07-291-2/+2
* Merge the mid-level of the bulk code into the cursor level.Keith Bostic2014-07-281-37/+219
* Delete the bulk cursor's WT_BC_SKIP_SORT_CHECK flag, it's not needed.Keith Bostic2014-07-281-5/+4
* Add a cursor operation to skip the in-order key check in a row-store,Keith Bostic2014-07-251-29/+49
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-4/+2
* Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-2/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-4/+8
|\
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic2012-12-101-1/+1
| * Stylistic change only: I'm about to put in panic checks, make the styleKeith Bostic2012-12-101-2/+2
| * Kludge to force-feed a bitmap into a bulk load.Michael Cahill2012-10-051-1/+5
* | Merge branch 'develop' into data-handlesMichael Cahill2012-09-251-3/+13
|\ \ | |/
| * Implement auto-commit of transactions at the API.Michael Cahill2012-09-191-2/+7
| * Note that bulk cursors don't support reset, and that matters to checkpoint.Keith Bostic2012-09-181-1/+6
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-3/+1
|/
* Revert to having the WT_ERR inside WT_CURSOR_NEED{KEY,VALUE}.Michael Cahill2012-09-171-2/+2
* Fix test/format failures in LSM.Michael Cahill2012-09-121-1/+3
* Remove the assertion that we hold the schema lock when releasing a handleMichael Cahill2012-09-111-6/+2
* Detect if truncate cursors are incorrectly ordered, that is, if theKeith Bostic2012-09-011-2/+2
* Somewhere along the lines we disabled bulk load(!) Re-enable it.Michael Cahill2012-08-241-2/+6
* Add support for the WT_SESSION::open_cursor next_random configurationKeith Bostic2012-06-221-10/+4
* lint, cast the __wt_cursor_notsup calls.Keith Bostic2012-06-211-2/+2
* Bulk cursors: disallow cursor.{equals,next,prev,reset,search,Keith Bostic2012-06-211-2/+10
* Add WT_CONNECTION::config and WT_CURSOR::config methods.Keith Bostic2012-06-191-2/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-2/+2
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-4/+3
* WT_CURSOR->close methods shouldn't return immediately if there's badKeith Bostic2012-02-011-1/+1
* Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su...Michael Cahill2012-01-311-2/+2
* Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill2012-01-311-0/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* lint warning 534: Ignoring return value of functionMichael Cahill2011-09-191-1/+1
* Add a rwlock to btree handles, use it to get exclusive access for sync, verif...Michael Cahill2011-09-141-0/+2
* Fix early exits from API or va_start blocks.Michael Cahill2011-09-081-2/+1
* Add macros to standardize cursors checking whether keys and values are set.Michael Cahill2011-09-081-26/+8
* typo.Keith Bostic2011-07-281-1/+1
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-8/+8
* Add various validation steps to config checking.Michael Cahill2011-06-031-1/+2
* Reorg the cursor code into its own directory.Michael Cahill2011-06-031-0/+89