mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
codership/wsrep-lib#34 Fixed non-debug compilation error
This commit is contained in:
@ -681,7 +681,7 @@ void wsrep::server_state::on_connect(const wsrep::view& view)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void wsrep::server_state::on_primary_view(
|
void wsrep::server_state::on_primary_view(
|
||||||
const wsrep::view& view,
|
const wsrep::view& view WSREP_UNUSED,
|
||||||
wsrep::high_priority_service* high_priority_service)
|
wsrep::high_priority_service* high_priority_service)
|
||||||
{
|
{
|
||||||
wsrep::unique_lock<wsrep::mutex> lock(mutex_);
|
wsrep::unique_lock<wsrep::mutex> lock(mutex_);
|
||||||
|
Reference in New Issue
Block a user