increase page size for Access 2000 support

This commit is contained in:
brianb
2002-03-21 03:51:09 +00:00
parent d13908dcf3
commit 6e3ddd4420
4 changed files with 13 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#include <string.h>
#include <glib.h>
#define MDB_PGSIZE 2048
#define MDB_PGSIZE 4096
#define MDB_MAX_OBJ_NAME 30
#define MDB_MAX_COLS 256
#define MDB_MAX_IDX_COLS 10