[MDEV-9301] USE fails with an illogical error if wsrep_on = 1 Created: 2015-12-17 Updated: 2016-08-18 Resolved: 2016-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.1.9 |
| Fix Version/s: | 10.1.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On a fresh, not still connected node:
It seems that I can run any command except for USE (which seems to me a harmless command...). |
| Comments |
| Comment by Elena Stepanova [ 2015-12-26 ] |
|
Did you try to run it again? If you did, it's not in the log. Tanks. |
| Comment by Federico Razzoli [ 2015-12-26 ] |
|
I got it several times, but now I am not able to reproduce it. |
| Comment by Elena Stepanova [ 2015-12-26 ] |
|
Maybe nirbhay_c has any ideas what can cause this. |
| Comment by Federico Razzoli [ 2015-12-26 ] |
|
But, let's assume that the error was correct because the node wasn't prepared yet. Why all other operations were permitted? |
| Comment by Nirbhay Choubey (Inactive) [ 2015-12-29 ] |
|
USE command internally does a SELECT DATABASE and thus it has to wait for latest snapshot.
What other operations did you try? Anything other than SHOW & SET should have failed with |