Skip to content

Commit aa77bc5

Browse files
committed
Make step bigger to reflect modern needs.
1 parent fa3edbf commit aa77bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/my_pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ extern void my_mutex_end(void);
694694
We need to have at least 256K stack to handle calls to myisamchk_init()
695695
with the current number of keys and key parts.
696696
*/
697-
#define DEFAULT_THREAD_STACK (289*1024L)
697+
#define DEFAULT_THREAD_STACK (290*1024L)
698698
#endif
699699

700700
#define MY_PTHREAD_LOCK_READ 0

0 commit comments

Comments
 (0)