increase max obj name to 256 chars

This commit is contained in:
brianb 2004-06-16 23:42:15 +00:00
parent 5a97646da0
commit 36010cd745
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Wed Jun 16 17:35:07 EDT 2004 Brian Bruns <brian@bruns.com>
* src/gmdb2/file.c: initialize default backend
* src/gmdb2/table_def.c: replace reference to mdb_access_types structure with call to mdb_get_coltype_string()
* include/mdbtools.h: increase max objects to 256 bytes.
Mon Jun 14 22:52:00 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/libmdb/table.c: Fix bug in column name ordering

View File

@ -34,7 +34,7 @@
#define MDB_DEBUG 0
#define MDB_PGSIZE 4096
#define MDB_MAX_OBJ_NAME 30
#define MDB_MAX_OBJ_NAME 256
#define MDB_MAX_COLS 256
#define MDB_MAX_IDX_COLS 10
#define MDB_CATALOG_PG 18