mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
some access 2k stuff
This commit is contained in:
@@ -148,6 +148,8 @@ typedef struct {
|
||||
char name[MDB_MAX_OBJ_NAME+1];
|
||||
unsigned char index_type;
|
||||
int first_pg;
|
||||
int num_rows; /* number rows in index */
|
||||
int num_keys;
|
||||
short key_col_num[MDB_MAX_IDX_COLS];
|
||||
unsigned char key_col_order[MDB_MAX_IDX_COLS];
|
||||
} MdbIndex;
|
||||
|
||||
Reference in New Issue
Block a user