Remove only use of mdb_append_column

This commit is contained in:
whydoubt
2004-06-23 04:22:45 +00:00
parent e323873a62
commit 017c35df6a
2 changed files with 9 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ Tue Jun 22 22:02:02 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-schema.c: Fix a memory leak
* src/libmdb/mem.c: Fix another memory leak
* src/libmdb/catalog.c: Bind columns by name in mdb_read_catalog
* src/libmdb/worktable.c: Remove only use of mdb_append_column
Mon Jun 21 23:18:18 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/libmdb/backend.c: