1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Safety fix to detect multiple calls to my_thread_end()

Portability fix (For Mac OS X)
This commit is contained in:
monty@mashka.mysql.fi
2003-10-16 20:55:15 +03:00
parent 3414cf2e9f
commit b1dba93cdb
6 changed files with 56 additions and 31 deletions

View File

@ -637,6 +637,7 @@ struct st_my_thread_var
long id;
int cmp_length;
int volatile abort;
my_bool init;
#ifndef DBUG_OFF
gptr dbug;
char name[THREAD_NAME_SIZE+1];