summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2016-03-23 09:21:37 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2016-03-23 09:21:37 +0100
commitaa77bc5c625a8c0386e2e7356d1682379c189ed4 (patch)
tree454a217d92d7dee4ebf828cbb6332645b272310c /include/my_pthread.h
parentfa3edbf40d6b9f6b56feaceb0ec90753f1072ac9 (diff)
downloadmariadb-git-aa77bc5c625a8c0386e2e7356d1682379c189ed4.tar.gz
Make step bigger to reflect modern needs.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 0209c72f65b..991bc76c1ec 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -694,7 +694,7 @@ extern void my_mutex_end(void);
We need to have at least 256K stack to handle calls to myisamchk_init()
with the current number of keys and key parts.
*/
-#define DEFAULT_THREAD_STACK (289*1024L)
+#define DEFAULT_THREAD_STACK (290*1024L)
#endif
#define MY_PTHREAD_LOCK_READ 0