mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Small bug fixes
This commit is contained in:
@ -490,6 +490,11 @@ extern int pthread_dummy(int);
|
||||
/* All thread specific variables are in the following struct */
|
||||
|
||||
#define THREAD_NAME_SIZE 10
|
||||
#if defined(__ia64__)
|
||||
#define DEFAULT_THREAD_STACK (128*1024)
|
||||
#else
|
||||
#define DEFAULT_THREAD_STACK (64*1024)
|
||||
#endif
|
||||
|
||||
struct st_my_thread_var
|
||||
{
|
||||
|
Reference in New Issue
Block a user