mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
codership/wsrep-lib#13 Fix dbsim to deal with provider generated server id
Dbsim has internal map of server objects for SST simulation. This was mapped using server_id, which is not available anymore when server object is constructed. Changed the dbsim to use server name instead for internal mapping.
This commit is contained in:
committed by
Alexey Yurchenko
parent
ea9971d54b
commit
c7e8bfbdb5
@ -86,7 +86,7 @@ int db::high_priority_service::rollback(const wsrep::ws_handle& ws_handle,
|
||||
|
||||
void db::high_priority_service::after_apply()
|
||||
{
|
||||
client_.client_state_.after_statement();
|
||||
client_.client_state_.after_applying();
|
||||
}
|
||||
|
||||
bool db::high_priority_service::is_replaying() const
|
||||
|
Reference in New Issue
Block a user