diff options
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |