mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix)
- Fix build failure when built without wsrep (Win) - Update the expected warning in sys_vars.wsrep_start_position
This commit is contained in:
@ -75,7 +75,7 @@ extern void wsrep_SE_initialized(); /*! mark SE initialization complete */
|
||||
#define wsrep_SE_initialized() do { } while(0)
|
||||
#define wsrep_SE_init_grab() do { } while(0)
|
||||
#define wsrep_SE_init_done() do { } while(0)
|
||||
#define wsrep_sst_continue() do { } while(0)
|
||||
#define wsrep_sst_continue() (0)
|
||||
|
||||
#endif /* WITH_WSREP */
|
||||
#endif /* WSREP_SST_H */
|
||||
|
Reference in New Issue
Block a user