1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

dyn0dyn.ic, dyn0dyn.h:

Backport the AIX crash fix changes from 4.0


innobase/include/dyn0dyn.h:
  Backport the AIX crash fix changes from 4.0
innobase/include/dyn0dyn.ic:
  Backport the AIX crash fix changes from 4.0
This commit is contained in:
unknown
2002-07-26 18:25:16 +03:00
parent cdddb960be
commit 48e8ed29eb
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ typedef struct dyn_block_struct dyn_block_t;
typedef dyn_block_t dyn_array_t;
/* Initial 'payload' size in bytes in a dynamic array block */
/* This must be > MLOG_BUF_MARGIN + 30 */
#define DYN_ARRAY_DATA_SIZE 512
/*************************************************************************