summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CID 1129079 (#1 of 1): Uninitialized pointer read (UNINIT)Keith Bostic2013-11-151-10/+12
* Clean out core files and the results of running the program locally.Keith Bostic2013-11-151-1/+1
* CID 1129075 (#2 of 2): Copy into fixed size buffer (STRING_OVERFLOW)Keith Bostic2013-11-151-2/+2
* Compression changes.Keith Bostic2013-11-091-0/+5
* Fix some warnings from clang.Michael Cahill2013-10-233-3/+9
* Add clear to the connection statistics configuration and remove "clear"Keith Bostic2013-10-211-0/+36
* Fix the ex_stat example.Keith Bostic2013-10-191-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-1/+1
* Change WT_CURSOR::insert to not hold a position/resources in the tree onKeith Bostic2013-09-102-22/+17
* "make check" wasn't passing, the truncate-range example is doing a searchKeith Bostic2013-09-101-0/+16
* Create a "metadata" cursor.Keith Bostic2013-09-021-0/+5
* Fix use of a raw cursor in ex_schema.c.Michael Cahill2013-09-021-3/+6
* Fix compiler warnings from OS X.Alex Gorrod2013-08-161-1/+1
* Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie.Michael Cahill2013-08-091-5/+5
* Add a "config" configuration string to WT_CONNECTION.load_extension,Keith Bostic2013-08-081-0/+4
* Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-0/+16
* examples/c/ex_data_source.c:174:6: error: variable ‘is_snapshot_isolationâ€...Michael Cahill2013-08-081-1/+2
* Rename WT_EXTENSION_API.transaction_resolve toKeith Bostic2013-08-071-3/+3
* Replace __wt_ext_transaction_snapshot_isolation() withKeith Bostic2013-08-071-6/+8
* Merge branch 'develop' into memrataKeith Bostic2013-08-051-9/+36
|\
| * Rework the documentation & examples to better reflect "overwrite" isKeith Bostic2013-08-051-9/+36
* | Merge branch 'develop' into memrataKeith Bostic2013-08-021-14/+14
|\ \ | |/
| * whitespaceMichael Cahill2013-08-021-1/+1
| * Don't clear the key after a cursor remove.Michael Cahill2013-08-011-14/+14
* | Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic2013-07-311-0/+14
* | Merge branch 'develop' into memrataKeith Bostic2013-07-292-0/+150
|\ \ | |/
| * Clarify when applications have to keep key/value buffers valid.Michael Cahill2013-07-292-0/+150
* | Merge branch 'develop' into memrataKeith Bostic2013-07-181-7/+62
|\ \ | |/
| * It's bad style (IMNSHO), but declare the WT_ITEM locally to make itKeith Bostic2013-07-171-1/+4
| * Add a more complex raw mode example, plus an example showing a projectionKeith Bostic2013-07-171-3/+35
| * Add an example of using projections to return a subset of values from aKeith Bostic2013-07-171-4/+24
* | Merge branch 'develop' into memrataKeith Bostic2013-07-162-2/+3
|\ \ | |/
| * Update cursor->search_near to handle a NULL exact parameter.Alex Gorrod2013-07-161-0/+1
| * update the file_extend configuration semantics to match the currentKeith Bostic2013-07-131-2/+2
* | Replace the cursor commit/rollback functions with an extension API thatKeith Bostic2013-07-091-0/+21
* | Add a separate thread to migrate cache data into the primary (it's aKeith Bostic2013-07-081-1/+1
* | Add the WT_EXTENSION_API.transaction_oldest method to return the oldestKeith Bostic2013-07-051-0/+9
* | lintKeith Bostic2013-07-041-0/+3
* | More transactional code for the Memrata device.Keith Bostic2013-07-041-1/+11
* | Write the code to marshall/unmarshall to/from the cache structureKeith Bostic2013-07-041-19/+60
|/
* Building on a 9.1 FreeBSD release.Keith Bostic2013-06-191-1/+1
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-181-4/+5
* examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill2013-06-111-0/+1
* Transaction ID extension methods need a real session handle.Michael Cahill2013-06-111-2/+2
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-4/+4
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+18
* Add some more structure to the data-source cursor-create example.Keith Bostic2013-06-101-5/+56
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-0/+90
* Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic2013-05-251-112/+0
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-0/+7