Skip to content
Permalink
Browse files
Fix cmake -DWITH_WSREP=OFF
Provide a dummy definition of WSREP_NNULL.
This was broken in commit b896f60.
  • Loading branch information
dr-m committed Apr 3, 2019
1 parent ba7d33a commit 5f31f8c
Showing 1 changed file with 1 addition and 0 deletions.
@@ -465,6 +465,7 @@ enum wsrep::streaming_context::fragment_unit wsrep_fragment_unit(ulong unit);
* (e.g. embedded) */

#define WSREP(T) (0)
#define WSREP_NNULL(T) (0)
#define WSREP_ON (0)
#define WSREP_EMULATE_BINLOG(thd) (0)
#define WSREP_EMULATE_BINLOG_NNULL(thd) (0)

0 comments on commit 5f31f8c

Please sign in to comment.