[MDEV-17753] ALTER USER fail to replicate Created: 2018-11-16 Updated: 2020-08-25 Resolved: 2019-01-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Replication |
| Affects Version/s: | 10.2.18, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.22, 10.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Muhammad Irfan | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I found that ALTER USER failed to replicate on slave(s).
Now, on slave password didn't changed. Check password hash between master and slave.
I also verified from master binary log that ALTER USER .. is not written into binary log. |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2018-11-16 ] | ||||||||||||||||||||||||||||||||||
|
If you execute the following:
You can see that the CREATE USER and SET PASSWORD are written to the binary log, but the ALTER USER is not:
| ||||||||||||||||||||||||||||||||||
| Comment by Jorma Tuomainen [ 2018-12-19 ] | ||||||||||||||||||||||||||||||||||
|
We found the same bug today with ALTER USER updating to all galera nodes but not to async slave. SET PASSWORD works normally. Using 10.3.11 on CentOS 7. | ||||||||||||||||||||||||||||||||||
| Comment by Sachin Setiya (Inactive) [ 2018-12-19 ] | ||||||||||||||||||||||||||||||||||
|
patch branch bb-10.2-17753 | ||||||||||||||||||||||||||||||||||
| Comment by Andrei Elkin [ 2018-12-20 ] | ||||||||||||||||||||||||||||||||||
|
I agree with the error | ||||||||||||||||||||||||||||||||||
| Comment by Chris Calender (Inactive) [ 2019-01-14 ] | ||||||||||||||||||||||||||||||||||
|
sachin.setiya.007 Btw, what version of 10.3 will this fix appear in? 10.3.13? |