mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Fix to ensure updates in gtid_slave_state table do not get binlogged.
Also, renamed wsrep_skip_append_keys to wsrep_ignore_table. Test case : galera.galera_as_slave_gtid.test
This commit is contained in:
@@ -3990,7 +3990,12 @@ public:
|
||||
#endif /* GTID_SUPPORT */
|
||||
void *wsrep_apply_format;
|
||||
char wsrep_info[128]; /* string for dynamic proc info */
|
||||
bool wsrep_skip_append_keys;
|
||||
/*
|
||||
When enabled, do not replicate/binlog updates from the current table that's
|
||||
being processed. At the moment, it is used to keep mysql.gtid_slave_pos
|
||||
table updates from being replicated to other nodes via galera replication.
|
||||
*/
|
||||
bool wsrep_ignore_table;
|
||||
wsrep_gtid_t wsrep_sync_wait_gtid;
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user