summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill2012-09-131-1/+2
* Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod2012-09-111-7/+11
|\
| * Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-7/+11
* | Implement LSM drop.Michael Cahill2012-09-071-16/+0
* | Merge branch 'develop' into lsmMichael Cahill2012-08-2214-14/+14
|\ \ | |/
| * We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-1514-14/+14
* | Merge branch 'develop' into lsmMichael Cahill2012-08-151-41/+23
|\ \ | |/
| * ../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1'Michael Cahill2012-08-151-1/+1
| * Take another run at long-lived cursor and transactional wording, useKeith Bostic2012-08-141-37/+22
| * Update doc example to make cursor lifetime more obvious.Alex Gorrod2012-08-141-1/+7
| * Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic2012-08-131-12/+3
* | Merge branch 'develop' into lsm.Michael Cahill2012-08-133-72/+73
|\ \ | |/
| * ../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not usedMichael Cahill2012-08-091-6/+3
| * Document read-committed is the 1.3 release default isolation.Keith Bostic2012-08-083-69/+69
| * Add support for read-committed isolation.Michael Cahill2012-08-081-0/+4
* | Merge branch 'develop' into lsmMichael Cahill2012-08-061-12/+30
|\ \ | |/
| * Merge pull request #281 from wiredtiger/cache-residentMichael Cahill2012-08-051-2/+7
| |\
| | * Move the cache-resident configuration string from session.open_cursorKeith Bostic2012-08-031-7/+7
| | * Add the cache_resident configuration flag, turns off page eviction andKeith Bostic2012-08-021-0/+5
| * | Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic2012-08-031-10/+23
| |/
* | Hookup the LSM data source to the cursor implementation.Michael Cahill2012-08-021-10/+10
* | Add basic support for LSM trees: stub LSM cursors.Michael Cahill2012-03-111-3/+1
|/
* ex_all.c:158: warning: ISO C90 forbids mixed declarations and codeKeith Bostic2012-07-281-2/+1
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-1/+3
* typo, fix the cursor duplicate example.Keith Bostic2012-07-141-1/+1
* Soften the wording on cursor caching, issue #259.Keith Bostic2012-07-141-3/+17
* Portability fixes for system calls in the backup example in ex_all.c.Michael Cahill2012-07-051-1/+3
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-1/+46
* Call methods to reconfigure a handle "reconfigure".Michael Cahill2012-06-201-45/+44
* Add WT_CONNECTION::config and WT_CURSOR::config methods.Keith Bostic2012-06-191-0/+8
* Merge branch 'develop' into checkpointMichael Cahill2012-06-181-0/+1
|\
* | Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-161-34/+48
* | First set of changes for moving all checkpoint/snapshot calls into theKeith Bostic2012-06-151-2/+26
|/
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-153-4/+3
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-112-5/+7
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-112-15/+26
* Add a copyright notice, and change the copyright script to not requireKeith Bostic2012-05-031-0/+25
* Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill2012-05-042-3/+1
* Fix the Python example.Michael Cahill2012-05-043-54/+19
* Use a single "snapshot" config key to drop a snapshot or a range of snapshots.Michael Cahill2012-05-011-8/+8
* More cleanup of ex_call_center: don't cast arguments to set_value.Michael Cahill2012-04-301-24/+27
* Remove the system cleanup call, I was just using it for testing.Keith Bostic2012-04-281-2/+0
* Rework the call center example to work and display reasonable results.Keith Bostic2012-04-281-36/+44
* Add an interface for "data source" extensions.Michael Cahill2012-03-111-18/+90
* Minor gcc warnings: mismatched printf args, unused variables.Michael Cahill2012-04-242-1/+2
* style guide: don't put a space after "sizeof".Keith Bostic2012-04-233-5/+5
* Get rid of some uses of "%lu" (one was OK, the other was wrong).Keith Bostic2012-04-232-4/+5
* Finish out the snapshot documentation (ref #167).Keith Bostic2012-04-201-0/+13
* Add a section on replacing the default system memory allocator to theKeith Bostic2012-03-211-1/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-024-5/+5