mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Enable multi-page temp tables
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user