From 347c164c35eddab388009470e6848cb361ac93f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 15:22:53 +0200 Subject: Merging upstream version 1:10.11.8. Signed-off-by: Daniel Baumann --- sql/wsrep_notify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/wsrep_notify.cc') diff --git a/sql/wsrep_notify.cc b/sql/wsrep_notify.cc index 6cf4fc4c..fd086ce4 100644 --- a/sql/wsrep_notify.cc +++ b/sql/wsrep_notify.cc @@ -28,7 +28,7 @@ void wsrep_notify_status(enum wsrep::server_state::state status, if (!view) { WSREP_DEBUG("wsrep_notify_status server not yet ready : wsrep_ready=%d status %d", - wsrep_ready, (int)status); + (int) wsrep_ready_get(), (int)status); return; } -- cgit v1.2.3