Make WITH_WSREP=NO built with clang

This commit is contained in:
Oleksandr Byelkin 2023-09-20 16:44:39 +02:00
parent 73ef86d4ef
commit 5a7bcf1694

View file

@ -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"