summaryrefslogtreecommitdiff
path: root/src/cursor/cur_stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-4/+5
|\
| * If we fail to create the statistics cursor, we may still have allocatedKeith Bostic2013-03-201-1/+2
| * Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-4/+4
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-64/+98
|\ \ | |/
| * 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
| * Feedback from Keith's review of the change to track whether cursors are point...Michael Cahill2012-12-191-4/+3
| * Track when cursors refer to memory returned by WiredTiger, copy it if require...Michael Cahill2012-12-171-7/+7
| * Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic2012-12-101-6/+7
| * Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill2012-12-041-14/+24
| * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-5/+5
| * Add a reference count to LSM trees to prevent a race between a drop and openi...Michael Cahill2012-10-261-2/+4
| * Protect the list of LSM trees with the schema lock.Michael Cahill2012-10-261-1/+4
| * Initialize variable.Alex Gorrod2012-10-091-0/+1
| * Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-091-16/+22
| * Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-081-0/+25
* | Merge branch 'develop' into data-handlesMichael Cahill2012-09-251-8/+8
|\ \ | |/