summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2012-03-21Add a section on replacing the default system memory allocator to theKeith Bostic
2012-02-02Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill
2012-02-01More copyright cleanup.Keith Bostic
2012-01-31Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su...Michael Cahill
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-23Remove the TPC-B example: we don't have clear ownership of copyright.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-19ex_stat.c:73: warning: no previous prototype for 'print_overflow_pages'Keith Bostic
2012-01-19Rework statistics cursors (issue #135).Keith Bostic
2012-01-19Fix gcc 4.6 build:Michael Cahill
2012-01-18Clean up extension documentation: move implementation details and sampleKeith Bostic
2012-01-18Quit using explicit search patterns (dontinclude/skipline) in theKeith Bostic
2012-01-17ex_all.c: In function 'cursor_ops':Keith Bostic
2012-01-17Documentation: add notes on remote file systems, created file permissions,Keith Bostic
2012-01-17Fix some gcc46 warnings about uninitialized variables in ex_all.c.Michael Cahill
2012-01-15unused variable.Keith Bostic
2012-01-06Skip "colgroup:", just like we're skipping "index:".Keith Bostic
2012-01-04Clarify the session->truncate documentation, add the simple code thatKeith Bostic
2011-12-29Change the compression API to be src/size dst/size pairs instead ofKeith Bostic
2011-12-25Have the script remove/re-create the WT_TEST directory.Keith Bostic
2011-12-13File isn't ex_hello.c any more.Keith Bostic
2011-12-14Mark a couple of variables unused because automated builds build with -Wunused.Michael Cahill
2011-12-13Added a pre_size entry to WT_COMPRESSOR. refs #58Don Anderson
2011-12-06Fix the projection in the ex_schema example (don't try to project an index ke...Michael Cahill
2011-11-28Clean up warnings with gcc-4.6.Michael Cahill
2011-11-23Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill
2011-11-21Fix some error messages from the example programs.Michael Cahill
2011-10-18Remove the "multithread" configuration for connections.Michael Cahill
2011-10-20Add code comments in places where there are multiple examples to explainKeith Bostic
2011-10-20../../../examples/c/ex_all.c:175: error: 'key' is used uninitialized in this ...Michael Cahill
2011-10-20Switch to using doxygen snippets to include code from ex_all.c -- should be m...Michael Cahill
2011-10-20Fix ex_all.c warnings:Michael Cahill
2011-10-19long line fixKeith Bostic
2011-10-19Re-write cursor->insert wording now that "overwrite" no longer overloadsKeith Bostic
2011-10-17Don't guarantee we return -1, 0 or +1 from cursor.search_near. InsteadKeith Bostic
2011-10-17Update the wording on cursor->search_near: we return 0, -1 or +1, and it'sKeith Bostic
2011-10-12Change the ex_call_center customers table to be indexed by a string.Keith Bostic
2011-10-07Make dump cursors work.Keith Bostic
2011-10-07Implement custom collators.Michael Cahill
2011-10-06Run example programs as part of automated testing, fix bugs.Michael Cahill
2011-10-05Update the sample statistics code to match the new statistics behaviorKeith Bostic
2011-10-05The config string for a multiprocess system is "multiprocess", not "share".Keith Bostic
2011-10-05Don't print out an error if none occurred.Keith Bostic
2011-09-29Add a sample call for SESSION->sync.Keith Bostic
2011-09-27Change statistics cursor get_value method signature fromKeith Bostic
2011-09-22The cursor_last example should call cursor->last, not cursor->first.Michael Cahill
2011-09-24Fix build failures in the examples and simplify the statistics example.Michael Cahill
2011-09-23There's no ex_page example, remove the reference.Keith Bostic
2011-09-23Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic
2011-09-23Write performance tuning stat documentation.Keith Bostic