Enable multi-page temp tables

This commit is contained in:
whydoubt
2004-09-09 03:44:35 +00:00
parent 8fa51d0431
commit 56995ff968
9 changed files with 87 additions and 85 deletions

View File

@@ -346,6 +346,9 @@ typedef struct {
MdbIndexChain *chain;
MdbProperties *props;
unsigned int num_var_cols; /* to know if row has variable columns */
/* temp table */
unsigned int is_temp_table;
GPtrArray *temp_table_pages;
} MdbTableDef;
struct mdbindex {