fix for flag 0x0000 memo fields

This commit is contained in:
brianb
2002-05-01 18:26:41 +00:00
parent b8bb42ae2b
commit 03a3fe4f6d
2 changed files with 37 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
#define MDB_MAX_IDX_COLS 10
#define MDB_CATALOG_PG 18
#define MDB_MEMO_OVERHEAD 12
#define MDB_BIND_SIZE 2048
#define MDB_BIND_SIZE 4096
enum {
MDB_VER_JET3 = 0,