mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -902,7 +902,7 @@ THD::THD(bool is_wsrep_applier)
|
||||
wsrep_po_handle(WSREP_PO_INITIALIZER),
|
||||
wsrep_po_cnt(0),
|
||||
wsrep_apply_format(0),
|
||||
wsrep_skip_append_keys(false)
|
||||
wsrep_ignore_table(false)
|
||||
#endif
|
||||
{
|
||||
ulong tmp;
|
||||
|
Reference in New Issue
Block a user