Commit Graph

21 Commits

Author SHA1 Message Date
Keith Bostic
d32f488e43 fix "make check" error, you have to configure the database with statistics
to open a statistics cursor.
2014-01-10 10:43:55 -05:00
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Alex Gorrod
0572f6cd3a Update cursor->search_near to handle a NULL exact parameter. 2013-07-16 14:38:31 +10:00
Michael Cahill
6f4673c288 Allow examples to run in parallel: give each a unique home directory.
closes #426
2013-01-08 11:55:11 +11:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Keith Bostic
7a3b1353f0 We're sending a mixed message -- remove the copyright notices from files
where we've placed our content in the public domain.
2012-08-15 17:46:54 +00:00
Michael Cahill
1e5200e0cb Remove the config string from WT_CURSOR::close: it is no longer required and simplifies the code. 2012-02-02 10:56:15 +11:00
Michael Cahill
246589707a Replace WT_CURSOR::first,last} with WT_CURSOR::reset. 2012-01-25 14:24:15 +11:00
Keith Bostic
d473094676 Update copyright notices to 2012.
Change the copyright check script to always use the current year.

Change the example code copyright notices to document them as freeware,
anybody using WiredTiger example code is free to use it in any way they
choose, including commercially, WiredTiger claims no rights in such a
copy.

Minor re-ordering of the standard copyright notice so the preamble is
always the copyright notice itself, not the mention of the LICENSE file.
2012-01-22 18:52:07 +00:00
Keith Bostic
c4900b40df Quit using explicit search patterns (dontinclude/skipline) in the
documentation, use snippet instead.
2012-01-18 11:18:05 +00:00
Michael Cahill
3271079431 Fix some error messages from the example programs. 2011-11-21 23:20:41 +11:00
Michael Cahill
e78bcf9a86 Run example programs as part of automated testing, fix bugs.
closes #117
2011-10-06 14:25:27 +11:00
Michael Cahill
a870d3666b The cursor_last example should call cursor->last, not cursor->first. 2011-09-22 14:08:58 +10:00
Michael Cahill
c9f87f4e10 Make the examples build with GCC without warnings. 2011-09-20 10:37:22 +10:00
Keith Bostic
d2ae483c6d Write a bunch more cursor text for the docs.
--HG--
extra : rebase_source : 8659c19b4f9099d8038cf1ae7916f9f2c6a1c1b4
2011-09-19 11:55:07 +00:00
Michael Cahill
fd23fdcc90 Make tests work on the public API:
* add stubs for statistics cursors
* more configuration checking
* remove "_table" suffix from WT_SESSION methods, make "table:" part of the object name so the same methods can work on indices or column sets in the future
refs #28

--HG--
rename : src/api/cur_btree.c => src/api/cur_stat.c
2011-05-03 17:24:15 +10:00
Keith Bostic
61df5f8c29 Added a bunch of warnings to gcc 4.2.1, clean up the lint. 2011-02-18 10:35:03 -05:00
Michael Cahill
4cf87d06a4 Remove '$Id$ from sources, add more file to the list for s_copyright to check. 2011-02-16 16:15:04 +11:00
Michael Cahill
dbce4c3f3d API changes and example updates baed on Keith's feedback.
--HG--
branch : mjc
2011-01-07 16:05:25 +11:00
Michael Cahill
84c3666460 Incorporated Keith's latest feedback, switched XXX to @todo...
--HG--
branch : mjc
rename : docs/src/overview.dox => docs/src/introduction.dox
rename : include/wiredtiger.h => include/wiredtiger_ext.h
2011-01-06 21:45:04 +11:00
Michael Cahill
c823027e57 More work on code samples, Python implementation of the API using Berkeley DB.
--HG--
branch : mjc
rename : examples/c/ex_hello.c => examples/c/ex_cursor.c
rename : examples/c/ex_hello.c => examples/c/ex_extending.c
rename : examples/c/ex_hello.c => examples/c/ex_pack.c
rename : examples/c/ex_hello.c => examples/c/ex_process.c
rename : examples/c/ex_hello.c => examples/c/ex_transaction.c
2011-01-06 10:57:13 +11:00