From 4f936a69a798483b318fad4124641256eb0ce380 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Oct 2003 20:55:15 +0300 Subject: Safety fix to detect multiple calls to my_thread_end() Portability fix (For Mac OS X) configure.in: Added detection of malloc / sys/malloc include/my_pthread.h: Safety fix to detect multiple calls to my_thread_end() libmysqld/lib_sql.cc: Remove duplicate call to my_thread_end() mysys/charset.c: Cleanup indentation Remove some short variable names mysys/my_thr_init.c: Safety fix to detect multiple calls to my_thread_end() sql/sql_test.cc: Portability fix (For Mac OS X) --- include/my_pthread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/my_pthread.h') diff --git a/include/my_pthread.h b/include/my_pthread.h index 4247b951d82..16a14ac5038 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -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]; -- cgit v1.2.1