mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02: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:
parent
b05158cc10
commit
0251232f8c
10 changed files with 31 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue