In bdb_idl_fetch_key, the DB_MULTIPLE buffer must be a multiple of 1024

bytes in size.
This commit is contained in:
Howard Chu 2002-03-20 01:27:08 +00:00
parent 9a154f89b0
commit 780d427fa6

View File

@ -251,7 +251,7 @@ bdb_idl_fetch_key(
#ifdef BDB_IDL_MULTI
{
DBC *cursor;
ID buf[BDB_IDL_DB_SIZE];
ID buf[BDB_PAGESIZE*4];
ID *i;
void *ptr;
size_t len;