diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-27 18:03:24 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-27 18:03:24 -0400 |
commit | a6816995ee6cc3dc0508e35fc2da4921b53fb931 (patch) | |
tree | b6cb2e7cf90eb77229ab353c49e5ed198c147bf0 /tests | |
parent | 064569906083b24fc980e044cbb3b3427768249f (diff) | |
download | mariadb-git-a6816995ee6cc3dc0508e35fc2da4921b53fb931.tar.gz |
MDEV-10004: Galera's pc.recovery process fails in 10.1 with systemd
Galera recovery process works in two phases. In the first
phase, mysqld is started as non-daemon with --wsrep-recover
to recover and fetch the last logged global transaction ID.
This ID is then used in second phase as the start position
(--wsrep-start-position=XX) to start mysqld as daemon.
As this process was implemented in mysqld_safe script, the
recovery did not work when server was started using systemd.
Fixed by introducing a shell script (wsrep_recovery.sh) that
mimics the first phase of the recovery process.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions