1
0
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:
sjaakola
2016-02-29 15:24:06 +02:00
committed by Nirbhay Choubey
parent da9650a36a
commit 4290117b79
4 changed files with 44 additions and 2 deletions

View File

@@ -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;