Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.5.36-galera, 10.0.10-galera
-
Fix Version/s: 5.5.37-galera
-
Component/s: None
-
Labels:
Description
In a split-brain situation, if a user tries to run a command (other than SET/SHOW), it will fail with the following error :
ERROR 1047 (08S01): Unknown command
It makes little sense. However, during code inspection I found that
actually a better error message was used wrongly with my_error(),
which eventually ignore it. (fix : use my_message() instead)
..
my_error(ER_UNKNOWN_COM_ERROR, MYF(0),
"WSREP has not yet prepared node for application use");
..
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions