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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user