mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Followup to vasil.dimov@oracle.com-20100504104629-0ovtc5lae2ghn7he :
Add the missing parameter to mutex_create().
This commit is contained in:
parent
8d07cec06c
commit
0f5326b417
1 changed files with 2 additions and 1 deletions
|
@ -685,7 +685,8 @@ dict_init(void)
|
|||
&dict_foreign_err_mutex, SYNC_ANY_LATCH);
|
||||
|
||||
for (i = 0; i < DICT_INDEX_STAT_MUTEX_SIZE; i++) {
|
||||
mutex_create(&dict_index_stat_mutex[i], SYNC_INDEX_TREE);
|
||||
mutex_create(PFS_NOT_INSTRUMENTED,
|
||||
&dict_index_stat_mutex[i], SYNC_INDEX_TREE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue