mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -133,7 +133,7 @@ static struct wsrep_service_st wsrep_handler = {
|
||||
wsrep_thd_query_state_str,
|
||||
wsrep_thd_retry_counter,
|
||||
wsrep_thd_set_conflict_state,
|
||||
wsrep_thd_skip_append_keys,
|
||||
wsrep_thd_ignore_table,
|
||||
wsrep_thd_trx_seqno,
|
||||
wsrep_thd_ws_handle,
|
||||
wsrep_trx_is_aborting,
|
||||
|
Reference in New Issue
Block a user