Setting wsrep_on=0 in my.cnf/cmdline is not respected
Bug #1039121 reported by
Alex Yurchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
New
|
Undecided
|
Unassigned | ||
5.5 |
New
|
Undecided
|
Unassigned | ||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC |
Won't Fix
|
Undecided
|
Unassigned | ||
5.5 |
Won't Fix
|
Undecided
|
Unassigned | ||
5.6 |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
This may lead to undesirable effects when trying to start mysqld with replication disabled
Changed in codership-mysql: | |
importance: | Undecided → Medium |
milestone: | none → 5.5.27-23.7 |
status: | New → Confirmed |
Changed in codership-mysql: | |
milestone: | 5.5.28-23.7 → 5.5.28-23.8 |
Changed in codership-mysql: | |
milestone: | 5.5.30-24.8 → 5.5.31-23.7.4 |
Changed in codership-mysql: | |
milestone: | 5.5.31-23.7.5 → 5.5.32-23.7.6 |
Changed in codership-mysql: | |
milestone: | 5.5.33-23.7.6 → 5.5.34-24.9 |
Changed in codership-mysql: | |
milestone: | 5.5.34-25.9 → 5.5.34-25.10 |
Changed in codership-mysql: | |
status: | Confirmed → New |
importance: | Medium → Undecided |
milestone: | 5.5.37-25.10 → none |
Changed in percona-xtradb-cluster: | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.
This is not applicable not just for my.cnf but also for
commandline.
ie. mysqld --user=mysql --wsrep-on=OFF doesn't work.
This is important because documentation states that this is the
only way to ensure galera replication doesn't start which is
currently not the case.
The only way, currently is mysqld --user=mysql --wsrep- provider= 'none'