Commit e2a27682 authored by Sergei Golubchik's avatar Sergei Golubchik

remove unused st_my_thread_var::cmp_length

parent 47c844f2
...@@ -721,7 +721,6 @@ struct st_my_thread_var ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment