1
0
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:
monty@donna.mysql.com
2000-09-07 04:55:17 +03:00
parent 0c07817b08
commit be5e4e72b6
66 changed files with 1773 additions and 155 deletions

View File

@ -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
{