When trivial provider is loaded, setting 'wsrep_cluster_address' should return error
Bug #815522 reported by
Alex Yurchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Confirmed
|
Medium
|
Alex Yurchenko |
Bug Description
mysql> set global wsrep_cluster_
Query OK, 0 rows affected (2.00 sec)
mysql> show variables like 'wsrep_provider';
+------
| Variable_name | Value |
+------
| wsrep_provider | none |
+------
1 row in set (0.00 sec)
It confuses the operator, making him to think that connection to cluster was successful.
Changed in codership-mysql: | |
assignee: | nobody → Alex Yurchenko (ayurchen) |
importance: | Undecided → Medium |
milestone: | none → 0.8.2 |
status: | New → Confirmed |
Changed in codership-mysql: | |
milestone: | 0.8.2 → 0.8.3 |
Changed in codership-mysql: | |
milestone: | 0.8.3 → 5.1.57-21.1 |
To post a comment you must log in.
I think trivial provider should act like black hole swallow everything without feedback.