diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:19:05 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:19:05 +0100 |
commit | c75eec8e0de23a6314ce021bafeb4ab4eeb1105f (patch) | |
tree | b9f8ed1d474338f48014a8a48a384ce7bb9610c5 /include/my_pthread.h | |
parent | e2a27682788afacc738914976014b324b1be6ad9 (diff) | |
download | mariadb-git-c75eec8e0de23a6314ce021bafeb4ab4eeb1105f.tar.gz |
rename st_my_thread_var::opt_info -> st_my_thread_var::keycache_link
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index 2e5f177eea4..36664775545 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -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; |