change to processing of data pages

This commit is contained in:
brianb
2000-03-17 00:24:50 +00:00
parent a619228310
commit 375a4ea169
2 changed files with 21 additions and 15 deletions

View File

@@ -95,7 +95,8 @@ typedef struct {
int num_pgs;
int first_data_pg;
GPtrArray *columns;
int cur_pg;
int cur_pg_num;
int cur_phys_pg;
int cur_row;
} MdbTableDef;