MXS-2139: Extend transaction_replay requirements

Enabling transaction_replay now automatically enables
master_failure_mode=fail_on_write. This makes the behavior consistent
across all failure modes.
This commit is contained in:
Markus Mäkelä
2018-11-05 16:10:20 +02:00
parent 95745f5a4e
commit c661f5e838

View File

@ -193,6 +193,7 @@ struct Config
*/
delayed_retry = true;
master_reconnection = true;
master_failure_mode = RW_FAIL_ON_WRITE;
}
}