mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Refs MW-252
- reverted from tracking donor servicing thread. With xtrabackup SST, xtrabackup thread will call FTWRL and node is desynced upfront - Skipping desync in FTWRL if node is operating as donor
This commit is contained in:
committed by
Nirbhay Choubey
parent
b159b666e5
commit
8ec50ebda3
@@ -1088,8 +1088,7 @@ THD::THD()
|
||||
wsrep_po_in_trans(FALSE),
|
||||
wsrep_apply_format(0),
|
||||
wsrep_apply_toi(false),
|
||||
wsrep_skip_append_keys(false),
|
||||
wsrep_donor(false)
|
||||
wsrep_skip_append_keys(false)
|
||||
#endif
|
||||
{
|
||||
ulong tmp;
|
||||
|
Reference in New Issue
Block a user