summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-10-25styleKeith Bostic
2012-10-25Update ex_test_perf program to output statistics during populate.Alex Gorrod
2012-10-19Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill
2012-10-17Merge branch 'develop' into compactKeith Bostic
2012-10-17ex_all.c: scoping typo.Michael Cahill
2012-10-17One more leak, not closing the connection in ex_all.cMichael Cahill
2012-10-17More leaks, found by valgrind.Michael Cahill
2012-10-16Add support for online compaction, ref #248. This is an initial commit,Keith Bostic
2012-10-15At the file level, count successful and failed eviction attempts separately.Michael Cahill
2012-10-15Have ex_test_perf produce status update on stdout if verbose is set.Michael Cahill
2012-10-14Increase accuracy of LSM cache statistics.Alex Gorrod
2012-10-13clean up spelling in strings.Keith Bostic
2012-10-12Fix ex_test_perf options documentation.Alex Gorrod
2012-10-11Update ex_test_perf example to have consistent logging.Alex Gorrod
2012-10-09Add a statistics_fast flag to file statistics cursors.Alex Gorrod
2012-10-08style cleanupKeith Bostic
2012-10-08Cleanup ex_statAlex Gorrod
2012-10-08Add a new statistics cursor type "statistics:lsm".Alex Gorrod
2012-10-06Fix error handling in ex_test_perf, update command line options.Alex Gorrod
2012-10-05Disable new example code until I can figure out crash.Alex Gorrod
2012-10-05Add example program to test basic LSM usage.Alex Gorrod
2012-09-23Revert last push. It had the wrong set of changes.Alex
2012-09-23Lint for dictionary skip lists.Alex
2012-09-13Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill
2012-09-11Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod
2012-09-07Replace cursor.equals with cursor.compare (#314)Keith Bostic
2012-09-07Implement LSM drop.Michael Cahill
2012-08-22Merge branch 'develop' into lsmMichael Cahill
2012-08-15We're sending a mixed message -- remove the copyright notices from filesKeith Bostic
2012-08-15Merge branch 'develop' into lsmMichael Cahill
2012-08-15../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1'Michael Cahill
2012-08-14Take another run at long-lived cursor and transactional wording, useKeith Bostic
2012-08-14Update doc example to make cursor lifetime more obvious.Alex Gorrod
2012-08-13Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic
2012-08-13Merge branch 'develop' into lsm.Michael Cahill
2012-08-09../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not usedMichael Cahill
2012-08-08Document read-committed is the 1.3 release default isolation.Keith Bostic
2012-08-08Add support for read-committed isolation.Michael Cahill
2012-08-06Merge branch 'develop' into lsmMichael Cahill
2012-08-05Merge pull request #281 from wiredtiger/cache-residentMichael Cahill
2012-08-03Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic
2012-08-03Move the cache-resident configuration string from session.open_cursorKeith Bostic
2012-08-02Add the cache_resident configuration flag, turns off page eviction andKeith Bostic
2012-08-02Hookup the LSM data source to the cursor implementation.Michael Cahill
2012-07-28ex_all.c:158: warning: ISO C90 forbids mixed declarations and codeKeith Bostic
2012-07-28Change cursor.equals to return a standard error value and store the cursorKeith Bostic
2012-07-14typo, fix the cursor duplicate example.Keith Bostic
2012-07-14Soften the wording on cursor caching, issue #259.Keith Bostic
2012-07-05Portability fixes for system calls in the backup example in ex_all.c.Michael Cahill