remove unused st_my_thread_var::cmp_length

This commit is contained in:
Sergei Golubchik 2015-01-19 14:18:55 +01:00
parent 47c844f236
commit e2a2768278

View file

@ -721,7 +721,6 @@ struct st_my_thread_var
mysql_cond_t * volatile current_cond;
pthread_t pthread_self;
my_thread_id id;
int cmp_length;
int volatile abort;
my_bool init;
struct st_my_thread_var *next,**prev;