1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-15 15:41:49 +03:00

Propagate incoming address to provider.

This commit is contained in:
Teemu Ollakka
2018-06-29 17:46:11 +03:00
parent c35f59cb5b
commit 3d2af88428
4 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace wsrep
const std::string& id,
enum wsrep::server_state::rollback_mode rollback_mode)
: wsrep::server_state(mutex_, cond_, *this,
name, id, "", "./", wsrep::gtid::undefined(), 1, rollback_mode)
name, id, "", "", "./", wsrep::gtid::undefined(), 1, rollback_mode)
, sync_point_enabled_()
, sync_point_action_()
, sst_before_init_()