some access 2k stuff

This commit is contained in:
brianb
2001-07-10 22:35:37 +00:00
parent abab3e0fc8
commit 5c5aca53f3
3 changed files with 88 additions and 9 deletions

View File

@@ -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;