summaryrefslogtreecommitdiff
path: root/src/cursor/cur_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Split file cursors out into their own list in the session handle.Michael Cahill2011-10-281-1/+1
* Fixed error in cursor stats in raw mode, the key string needed to include nul...Don Anderson2011-10-211-1/+1
* Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt andKeith Bostic2011-10-101-3/+3
* Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets theKeith Bostic2011-10-101-1/+0
* Fix dropping then recreating a table.Michael Cahill2011-09-291-4/+2
* Fill in the rest of the statistics cursor methods, adding prev, last,Keith Bostic2011-09-281-46/+133
* Change statistics cursor get_value method signature fromKeith Bostic2011-09-271-2/+2
* Handle table updates in indices.Michael Cahill2011-09-261-3/+2
* 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-1/+11
* Handle record numbers in raw cursors.Michael Cahill2011-09-151-0/+1
* Fix early exits from API or va_start blocks.Michael Cahill2011-09-081-8/+5
* Add macros to standardize cursors checking whether keys and values are set.Michael Cahill2011-09-081-7/+3
* Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-...Michael Cahill2011-08-261-1/+1
* Use size_t for size calculations, only store uint32_t in structs.Michael Cahill2011-08-181-1/+1
* Intermediate commit of new cursor code: this commit has mostly workingKeith Bostic2011-08-261-16/+5
* Fix unit tests: __create_file needs a separate URI and filename to open colum...Michael Cahill2011-08-081-2/+4
* Simplify file creation so we check for existence using the normal open path.Michael Cahill2011-08-041-1/+1
* Have statistics cursors return field names as keys and use multi-column value...Michael Cahill2011-07-291-26/+43
* Add a "clear" option when closing a statistics cursor.Michael Cahill2011-07-291-3/+11
* Avoid the need for statistics cursor configuration: return two columns so app...Michael Cahill2011-07-291-20/+26
* Move the WT_STAT walk code into the statistics cursor, so we only have one copy.Michael Cahill2011-07-291-32/+37
* Depend on the ANSI C free semantics, where a NULL reference is simplyKeith Bostic2011-08-041-2/+1
* Use "exact" instead of "lastcmp", that's what the documentation uses.Keith Bostic2011-07-281-10/+4
* typoKeith Bostic2011-07-281-1/+1
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-83/+137
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-14/+13
* Add various validation steps to config checking.Michael Cahill2011-06-031-6/+8
* Add error reporting to the config string parser.Michael Cahill2011-06-031-3/+3
* Reorg the cursor code into its own directory.Michael Cahill2011-06-031-0/+239