summaryrefslogtreecommitdiff
path: root/innobase/include/dyn0dyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/dyn0dyn.h')
-rw-r--r--innobase/include/dyn0dyn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/innobase/include/dyn0dyn.h b/innobase/include/dyn0dyn.h
index 07ad8539b38..332622b6d4c 100644
--- a/innobase/include/dyn0dyn.h
+++ b/innobase/include/dyn0dyn.h
@@ -18,7 +18,12 @@ typedef dyn_block_t dyn_array_t;
/* Initial 'payload' size in bytes in a dynamic array block */
+#ifndef _AIX
#define DYN_ARRAY_DATA_SIZE 1024
+#else
+/* AIX has a quite small stack / thread */
+#define DYN_ARRAY_DATA_SIZE 128
+#endif
/*************************************************************************
Initializes a dynamic array. */