Fix compile error.
This commit is contained in:
parent
a686c10e87
commit
12ce9b4f02
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void Wsrep_status::init_once(const std::string& file_name)
|
|||
{
|
||||
mysql_mutex_init(key_LOCK_wsrep_status, &LOCK_wsrep_status,
|
||||
MY_MUTEX_INIT_FAST);
|
||||
m_mutex = new Wsrep_mutex(LOCK_wsrep_status);
|
||||
m_mutex = new Wsrep_mutex(&LOCK_wsrep_status);
|
||||
m_instance = new wsrep::reporter(*m_mutex, file_name, 4);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue