mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- wsrep-lib update (SR cleanups and voting support) (#1359)
- TOI error ignoring fix (wsrep_ignore_apply_errors)
This commit is contained in:
committed by
Jan Lindström
parent
1f54b662ae
commit
819c40d694
@ -667,7 +667,6 @@ THD::THD(my_thread_id id, bool is_wsrep_applier)
|
||||
wsrep_po_handle(WSREP_PO_INITIALIZER),
|
||||
wsrep_po_cnt(0),
|
||||
wsrep_apply_format(0),
|
||||
wsrep_apply_toi(false),
|
||||
wsrep_rbr_buf(NULL),
|
||||
wsrep_sync_wait_gtid(WSREP_GTID_UNDEFINED),
|
||||
wsrep_affected_rows(0),
|
||||
|
Reference in New Issue
Block a user