added column definition pg pointer to catalog entry struct, and modified

catalog_dump routine. Updated hacking file with new info on column defintions.
This commit is contained in:
brianb
2000-02-28 04:41:37 +00:00
parent fcd8153070
commit 03410e70f6
3 changed files with 49 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ typedef struct {
MdbHandle *mdb;
char object_name[MDB_MAX_OBJ_NAME+1];
int object_type;
unsigned long table_pg;
unsigned long kkd_pg;
unsigned int kkd_rowid;
int num_props;