[MDEV-8598] failed MySQL DDL commands and Galera replication Created: 2015-08-11 Updated: 2015-08-13 Resolved: 2015-08-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Galera |
| Affects Version/s: | 10.0.14, 10.0.16 |
| Fix Version/s: | 10.0.21-galera, 5.5.45-galera |
| Type: | Bug | Priority: | Blocker |
| Reporter: | aftab khan | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
PROD |
||
| Description |
|
We have observed that galera cluster replicates commands on all other nodes when it was actually refused on one node due to lack of database permissions: Steps to reproduce this issue: Set up 3x nodes cluster (db01, db02 and db03):
– Login using user 'iayyaz' to node 'db01'
– Login to node 'db02'
|
| Comments |
| Comment by aftab khan [ 2015-08-11 ] | |
|
This is a serious issue, once table has been renamed on other nodes i,e, db02 and db03, Now if we issue DML on db01:
| |
| Comment by Nirbhay Choubey (Inactive) [ 2015-08-13 ] | |
|
https://github.com/MariaDB/server/commit/e998dffde7af2ac8b751b7d4ad22fd4bf08489f9 |