mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Refs MW-252
- enveloped FTWRL processing with wsrep desync/resync calls. This way FTWRL processing node will not cause flow control to kick in - donor servicing thread is unfortunate exception, we must let him to pause provider as part of FTWRL phase, but not desync/resync as this is done as part of donor control on higher level
This commit is contained in:
committed by
Nirbhay Choubey
parent
da9650a36a
commit
4290117b79
@@ -1088,7 +1088,8 @@ THD::THD()
|
||||
wsrep_po_in_trans(FALSE),
|
||||
wsrep_apply_format(0),
|
||||
wsrep_apply_toi(false),
|
||||
wsrep_skip_append_keys(false)
|
||||
wsrep_skip_append_keys(false),
|
||||
wsrep_donor(false)
|
||||
#endif
|
||||
{
|
||||
ulong tmp;
|
||||
|
Reference in New Issue
Block a user