mirror of
https://github.com/MariaDB/server.git
synced 2025-07-25 15:08:40 +00:00
Fix compile error.
This commit is contained in:

committed by
Sergei Golubchik

parent
a686c10e87
commit
12ce9b4f02
@ -42,7 +42,7 @@ void Wsrep_status::init_once(const std::string& file_name)
|
|||||||
{
|
{
|
||||||
mysql_mutex_init(key_LOCK_wsrep_status, &LOCK_wsrep_status,
|
mysql_mutex_init(key_LOCK_wsrep_status, &LOCK_wsrep_status,
|
||||||
MY_MUTEX_INIT_FAST);
|
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);
|
m_instance = new wsrep::reporter(*m_mutex, file_name, 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user