diff options
author | monty@mashka.mysql.fi <> | 2002-06-16 17:06:12 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-06-16 17:06:12 +0300 |
commit | fc52abc50fa8a70e2ca5454998edc4b04f5e2cf8 (patch) | |
tree | 5f06cb07df859c884eed35668ba450e5060ab52a /mysys/my_thr_init.c | |
parent | 33a377c7169c96b4a5fd3d0edba3f976df2ff3ba (diff) | |
download | mariadb-git-fc52abc50fa8a70e2ca5454998edc4b04f5e2cf8.tar.gz |
Cleanup of checking of user resources
Added missing checking of no_keyread
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 2bd02ad957f..9f91f7a392d 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -123,7 +123,7 @@ my_bool my_thread_init(void) #if !defined(__WIN__) || defined(USE_TLS) if (my_pthread_getspecific(struct st_my_thread_var *,THR_KEY_mysys)) { -#ifdef EXTRA_DEBUG +#ifdef EXTRA_DEBUG_THREADS fprintf(stderr,"my_thread_init() called more than once in thread %ld\n", pthread_self()); #endif |