mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Make dict_index_stat_mutex[] static because it is only used in dict0dict.c
This commit is contained in:
parent
fa2c00d316
commit
85f8f09c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ static char dict_ibfk[] = "_ibfk_";
|
|||
|
||||
/** array of mutexes protecting dict_index_t::stat_n_diff_key_vals[] */
|
||||
#define DICT_INDEX_STAT_MUTEX_SIZE 32
|
||||
mutex_t dict_index_stat_mutex[DICT_INDEX_STAT_MUTEX_SIZE];
|
||||
static mutex_t dict_index_stat_mutex[DICT_INDEX_STAT_MUTEX_SIZE];
|
||||
|
||||
/*******************************************************************//**
|
||||
Tries to find column names for the index and sets the col field of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue