Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ plugin_mutex_init
Function
plugin_mutex_init
sql/sql_plugin.cc:4532–4536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4530
}
4531
4532
void plugin_mutex_init()
4533
{
4534
init_plugin_psi_keys();
4535
mysql_mutex_init(key_LOCK_plugin, &LOCK_plugin, MY_MUTEX_INIT_FAST);
4536
}
4537
4538
#ifdef WITH_WSREP
4539
Callers
2
mysqld.cc
File · 0.85
handle_options
Function · 0.85
Calls
1
init_plugin_psi_keys
Function · 0.85
Tested by
no test coverage detected