Jet version detection from trevor@harrison.org

Update to HACKERS file with (sparce) information about indexes.
This commit is contained in:
brianb
2000-03-22 02:07:34 +00:00
parent ad4d17cfe9
commit 1e389d8d4c
3 changed files with 17 additions and 4 deletions

View File

@@ -34,6 +34,10 @@
#define MDB_CATALOG_PG 18
#define MDB_MEMO_OVERHEAD 12
enum {
MDB_VER_JET3 = 0,
MDB_VER_JET4 = 1
};
enum {
MDB_FORM = 0,
MDB_TABLE,
@@ -73,6 +77,8 @@ typedef struct {
int num_catalog;
GArray *catalog;
int pg_size;
guint32 jet_version;
guint32 db_key;
} MdbHandle;
typedef struct {