mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
rename st_my_thread_var::opt_info -> st_my_thread_var::keycache_link
This commit is contained in:
@@ -724,7 +724,7 @@ struct st_my_thread_var
|
||||
int volatile abort;
|
||||
my_bool init;
|
||||
struct st_my_thread_var *next,**prev;
|
||||
void *opt_info;
|
||||
void *keycache_link;
|
||||
uint lock_type; /* used by conditional release the queue */
|
||||
void *stack_ends_here;
|
||||
safe_mutex_t *mutex_in_use;
|
||||
|
Reference in New Issue
Block a user