A fix for bug #669739 that became a mdb_crack_row4 rewrite. Thanks to Luciano Miguel Wolf and Alexandre Horst for the bug analysis and the initial patch.

This commit is contained in:
whydoubt
2004-08-05 03:33:41 +00:00
parent 8cd1797f3c
commit f2125dd3bc
5 changed files with 61 additions and 99 deletions

View File

@@ -345,6 +345,7 @@ typedef struct {
MdbHandle *mdbidx;
MdbIndexChain *chain;
MdbProperties *props;
unsigned int num_var_cols; /* to know if row has variable columns */
} MdbTableDef;
struct mdbindex {