mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
add -M option to mdb-ver
make gmdb2 version match mainline code new dissector for jet4 tdef pages in gmdb2 gmdb2 right mouse click behaviour bugfix pre-compute index page bitmap in mdb_index_unpack_page() in preparation for index writes.
This commit is contained in:
@@ -1 +1 @@
|
||||
include_HEADERS = mdbtools.h mdbsql.h mdbodbc.h mdbprivate.h
|
||||
include_HEADERS = mdbtools.h mdbsql.h mdbodbc.h mdbprivate.h mdbver.h
|
||||
|
@@ -266,8 +266,10 @@ typedef struct {
|
||||
int mask_pos;
|
||||
unsigned char mask_byte;
|
||||
int mask_bit;
|
||||
int start_pos;
|
||||
int offset;
|
||||
int len;
|
||||
guint16 idx_starts[2000];
|
||||
unsigned char cache_value[256];
|
||||
} MdbIndexPage;
|
||||
|
||||
|
Reference in New Issue
Block a user