summaryrefslogtreecommitdiffstats
path: root/src/util/db2/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/test/ChangeLog')
-rw-r--r--src/util/db2/test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/db2/test/ChangeLog b/src/util/db2/test/ChangeLog
index 8794fb2bf..c0caa5374 100644
--- a/src/util/db2/test/ChangeLog
+++ b/src/util/db2/test/ChangeLog
@@ -1,4 +1,11 @@
+2002-08-23 Tom Yu <tlyu@mit.edu>
+ * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS.
+
+ * Makefile.in: Add rules for bttest; also add a clean rule.
+
+2002-05-08 Ken Raeburn <raeburn@mit.edu>
+
* dbtest.c: Test for __STDC__ defined, not nonzero, to decide
whether to use stdarg.h or varargs.h.
(err): Similarly for function signature.