1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-12 12:25:37 +03:00

Fix cmake -DWITH_WSREP=OFF

Provide a dummy definition of WSREP_NNULL.
This was broken in commit b896f60a73.
This commit is contained in:
Marko Mäkelä
2019-04-03 10:56:04 +03:00
parent ba7d33a898
commit 5f31f8cc87

View File

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