remove unused st_my_thread_var::cmp_length
This commit is contained in:
parent
47c844f236
commit
e2a2768278
@ -721,7 +721,6 @@ struct st_my_thread_var
|
|||||||
mysql_cond_t * volatile current_cond;
|
mysql_cond_t * volatile current_cond;
|
||||||
pthread_t pthread_self;
|
pthread_t pthread_self;
|
||||||
my_thread_id id;
|
my_thread_id id;
|
||||||
int cmp_length;
|
|
||||||
int volatile abort;
|
int volatile abort;
|
||||||
my_bool init;
|
my_bool init;
|
||||||
struct st_my_thread_var *next,**prev;
|
struct st_my_thread_var *next,**prev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user