From 5a7bcf16940967e5f78d48366216f07d2c0e5284 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Wed, 20 Sep 2023 16:44:39 +0200 Subject: [PATCH] Make WITH_WSREP=NO built with clang --- sql/sql_class.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql/sql_class.cc b/sql/sql_class.cc index 17feb006e21..9d25ecfdcfc 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -68,8 +68,6 @@ #include "wsrep_thd.h" #include "wsrep_trans_observer.h" #include "wsrep_server_state.h" -#else -static inline bool wsrep_is_bf_aborted(THD* thd) { return false; } #endif /* WITH_WSREP */ #include "opt_trace.h"