mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- Manually merged two changes from 4.0
BUILD/compile-dist: - manual merge include/my_pthread.h: - manual merge
This commit is contained in:
@ -43,5 +43,6 @@ fi
|
|||||||
--with-berkeley-db \
|
--with-berkeley-db \
|
||||||
--with-innodb \
|
--with-innodb \
|
||||||
--enable-thread-safe-client \
|
--enable-thread-safe-client \
|
||||||
|
--with-extra-charsets=complex \
|
||||||
--with-ndbcluster
|
--with-ndbcluster
|
||||||
make
|
make
|
||||||
|
@ -631,6 +631,7 @@ extern int pthread_dummy(int);
|
|||||||
/* All thread specific variables are in the following struct */
|
/* All thread specific variables are in the following struct */
|
||||||
|
|
||||||
#define THREAD_NAME_SIZE 10
|
#define THREAD_NAME_SIZE 10
|
||||||
|
#ifndef DEFAULT_THREAD_STACK
|
||||||
#if defined(__ia64__)
|
#if defined(__ia64__)
|
||||||
/*
|
/*
|
||||||
MySQL can survive with 32K, but some glibc libraries require > 128K stack
|
MySQL can survive with 32K, but some glibc libraries require > 128K stack
|
||||||
@ -640,6 +641,7 @@ extern int pthread_dummy(int);
|
|||||||
#else
|
#else
|
||||||
#define DEFAULT_THREAD_STACK (192*1024)
|
#define DEFAULT_THREAD_STACK (192*1024)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
struct st_my_thread_var
|
struct st_my_thread_var
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user