summaryrefslogtreecommitdiff
path: root/src/cursor
Commit message (Expand)AuthorAgeFilesLines
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-302-10/+10
* WT-2112 Use bool in more placesMichael Cahill2015-09-298-100/+100
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-295-17/+17
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-292-4/+5
* SERVER-17078 Move the statistics=(size) support into the block manager.Michael Cahill2015-06-291-9/+6
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-1/+34
* Merge pull request #1987 from wiredtiger/log-cursor-enoentsueloverso2015-05-251-4/+10
* Merge bulk cursor close with regular file cursor close: we were missing a dec...Michael Cahill2015-04-252-31/+8
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-251-3/+3
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-3/+3
* Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-3/+3
* Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-211-15/+8
* If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-2/+2
* Remove call to __wt_filename from __backup_file_create, it's no longerKeith Bostic2015-03-201-12/+3
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-14/+6
* Update the comment about searching in an index to clarify why we can onlyMichael Cahill2015-03-201-11/+19
* Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-191-7/+42
* Remove a couple of unnecessary function prototypes.Keith Bostic2015-03-161-3/+0
* Ensure we free memory when statistics cursor open fails.Alex Gorrod2015-03-161-7/+19
* Don't test for invalid keys in search until we've initialized theKeith Bostic2015-03-101-3/+3
* Explain why we do an initial statistics cursor snapshot before we returnKeith Bostic2015-03-101-2/+7
* Change the statistics cursor WT_CURSOR.reset method to re-load statisticsKeith Bostic2015-03-081-4/+47
* When dumping indices, use raw mode. Refs #1709.Don Anderson2015-02-271-1/+1
* Remove WT_RET() call before return() call, it's not needed.Keith Bostic2015-02-241-1/+0
* Disable aggregation across all open checkpoints if statistics cursors don't s...Michael Cahill2015-02-121-65/+1
* Merge pull request #1588 from wiredtiger/py-swig-namingKeith Bostic2015-01-245-6/+6
|\
| * Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-225-6/+6
* | Merge pull request #1576 from wiredtiger/stat-cursor-deadlockMichael Cahill2015-01-201-3/+7
|\ \ | |/ |/|
| * Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* | Coverity 1264611, memory leak (WT_RET that should have been a WT_ERR).Keith Bostic2015-01-191-1/+1
|/
* For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-175-6/+6
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-1711-60/+92
|\
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-172-31/+6
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-1413-27/+71
| |\
| * | Typo, the test for a configuration string is (cval.len != 0).Keith Bostic2014-12-221-1/+1
| * | Turn off the read-only configuration during table, index, andKeith Bostic2014-12-221-14/+20
| * | lint, variable no longer used.Keith Bostic2014-12-221-2/+0
| * | Now that you can reconfigure cursors, configuring a cursor read-onlyKeith Bostic2014-12-222-10/+15
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-221-1/+1
| |\ \
| * \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-159-13/+15
| |\ \ \
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-1111-79/+127
* | | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-172-5/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1526 from wiredtiger/java-examplesAlex Gorrod2015-01-121-4/+33
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into java-examplesDon Anderson2015-01-0913-13/+26
| | |\ \ \ \
| | * | | | | A log cursor opened with RAW flag fields to be packed.Don Anderson2015-01-091-4/+33
| * | | | | | The cursor internal flag WT_CURSTD_DATA_SOURCE is no longer used anywhere,Keith Bostic2015-01-101-1/+0
| | |/ / / / | |/| | | |
* | | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-172-5/+4
* | | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-1411-16/+38
* | | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-1010-31/+75
|/ / / / /
* | | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-055-13/+13