Some work on indexes/write support. Bug fixes. Preliminary temp table/worktable work.

This commit is contained in:
brianb
2004-01-09 21:05:56 +00:00
parent 09ec4202dd
commit d39cc57b44
9 changed files with 315 additions and 93 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
GList *sarg_stack;
/* FIX ME */
char *bound_values[256];
unsigned char *kludge_ttable_pg;
} MdbSQL;
typedef struct {