support routine for index writes

port fix from data.c to mdb_crack_row?()
more tdef4 dissector work in gmdb2
This commit is contained in:
brianb
2004-02-15 06:00:25 +00:00
parent feba3eece6
commit eb2b863b35
5 changed files with 72 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
Sat Feb 14 14:41:00 EST 2004 Brian Bruns <brian@bruns.com>
* include/.cvsignore: add mdbver.h
* include/mdbtools: remove variables for old index algorithm.
* src/libmdb/index.c: missing return in mdb_index_find_next, remove old index algorithm
* src/libmdb/index.c: missing return in mdb_index_find_next, remove old index algorithm. Add mdb_index_pack_bitmap() function and rename unpack routine to match.
* src/libmdb/write.c: port fix from data.c to mdb_crack_row() routines
* src/gmdb2/debug.c: more tdef4 dissector work
* HACKING: column deletion revelation/thoughts.
Fri Feb 13 12:51:50 EST 2004 Brian Bruns <brian@bruns.com>