mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
increase max obj name to 256 chars
This commit is contained in:
parent
5a97646da0
commit
36010cd745
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user