Skip to content

Commit 12d75e6

Browse files
committed
increase stack size for labrador
1 parent 675d8a9 commit 12d75e6

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
@@ -673,7 +673,7 @@ extern void my_mutex_end(void);
673673
We need to have at least 256K stack to handle calls to myisamchk_init()
674674
with the current number of keys and key parts.
675675
*/
676-
#define DEFAULT_THREAD_STACK (290*1024L)
676+
#define DEFAULT_THREAD_STACK (291*1024L)
677677
#endif
678678

679679
#define MY_PTHREAD_LOCK_READ 0

0 commit comments

Comments
 (0)