aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/test/btree.tests/ChangeLog
blob: 339db618af39fa0574ebb8a146d6eb42af5a6d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2002-08-23  Tom Yu  <tlyu@mit.edu>

	* main.c: Disable append(); we don't have R_APPEND in this release
	of DB for some reason.  Disable load() due to lack of fgetline().
	Conditionalize lots of things on -DSTATISTICS or -DDEBUG as
	appropriate.
	(rlist): New function; does recursive listing of principals.
	(main): Fix up naming of *_ENDIAN macros.  Default to read-only
	open, with new "-w" option for opening read/write.  Actually call
	db->sync with the correct number of arguments.
	(show): Update call to __bt_dpage().
	(usage): Update.

1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* main.c (main): POSIX states that getopt returns -1
		when it is done parsing options, not EOF.