mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-16 13:27:35 +03:00
Changed server_state public methods sst_received() and wait_until_state() to report errors as return value instead of throwing exceptions. This was done to gradually get rid of public methods which report errors via exceptions. This change was part of MDEV-30419.