mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Jet version detection from trevor@harrison.org
Update to HACKERS file with (sparce) information about indexes.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user