mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-03 16:22:35 +03:00
Prefixed cmake WITH_ definitions with WSREP_LIB_ to avoid collisions
with superproject definitions. Avoid using client_service::do_2pc() in before_commit() to determine if 2pc is actually happening, will use transaction states to deduce that. client_service::do_2pc() should be deprecated. Fixed a compiler warning in db_high_priority_service.cpp.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
db::high_priority_service::high_priority_service(
|
||||
db::server& server, db::client& client)
|
||||
: wsrep::high_priority_service(server_.server_state())
|
||||
: wsrep::high_priority_service(server.server_state())
|
||||
, server_(server)
|
||||
, client_(client)
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user