summaryrefslogtreecommitdiff
path: root/src/cursor/cur_stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-1/+1
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+1
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |_|/ |/| |
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
|/
* Consolidate the function and just pass in the URI. #1439Susan LoVerso2014-12-041-1/+1
* Add a URI-specific version of wt_conn_btree_apply. #1439Susan LoVerso2014-12-041-2/+2
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-2/+2
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-1/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-14/+7
* Be consistent: setting statistics all always implies fast as well.Alex Gorrod2014-06-261-1/+1
* Fix logic in statistics cursor open.Alex Gorrod2014-06-261-4/+1
* Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-14/+19
* Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-8/+8
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Give statistics' integer IDs separate namespaces.Keith Bostic2013-11-191-14/+37
* if (conn->stat_all == 0 && conn->stat_fast == 0) isn't possible at thisKeith Bostic2013-10-211-4/+6
* Add clear to the connection statistics configuration and remove "clear"Keith Bostic2013-10-211-0/+9
* Better testing of the "fast" configuration, fix a bug, the btree codeKeith Bostic2013-10-191-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-32/+53
* Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-151-62/+126
|\
| * Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic2013-10-141-28/+26
| * Allocate the local variables at the start of the function, our styleKeith Bostic2013-10-131-3/+2
| * Cleanup error handling; don't jump to an err: label in the middle of aKeith Bostic2013-10-131-8/+9
| * Fix to clear the aggregated checkpoint handle statistics structures.Keith Bostic2013-10-131-12/+29
| * Quit allocating the statistics cursor's stat structures separately fromKeith Bostic2013-10-121-44/+24
| * A different approach to aggregating checkpoint handle statistics; whenKeith Bostic2013-10-121-43/+112
| * The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-8/+8
* | Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill2013-10-141-1/+1
|/
* Merge branch 'develop' into memrataKeith Bostic2013-08-021-5/+5
|\
| * Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ...Michael Cahill2013-08-021-5/+5
* | Merge branch 'develop' into memrataKeith Bostic2013-07-161-3/+12
|\ \ | |/
| * Alex notes users might reasonably pass NULL pointers when trying to getKeith Bostic2013-07-151-3/+12
* | Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost)Keith Bostic2013-07-051-1/+2
|/
* whitespaceMichael Cahill2013-06-181-1/+2
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-181-2/+2