Commit 5f31f8cc authored by Marko Mäkelä's avatar Marko Mäkelä

Fix cmake -DWITH_WSREP=OFF

Provide a dummy definition of WSREP_NNULL.
This was broken in commit b896f60a.
parent ba7d33a8
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment