1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

MDEV-36551: Add interface to report wsrep state change in Galera

This commit is contained in:
Jan Lindström
2025-04-04 12:35:55 +03:00
committed by Jan Lindström
parent 14ce8cab76
commit a2d7d89c1d
5 changed files with 23 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 Codership Oy <info@codership.com>
* Copyright (C) 2018-2025 Codership Oy <info@codership.com>
*
* This file is part of wsrep-lib.
*
@ -94,6 +94,8 @@ namespace db
void debug_sync(const char*) override { }
void debug_crash(const char*) override { }
void notify_state_change() override { }
private:
db::client& client_;
wsrep::client_state& client_state_;