mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
remove unused st_my_thread_var::cmp_length
This commit is contained in:
parent
47c844f236
commit
e2a2768278
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue