[MDEV-24614] Source says SLAVE_MONITOR_ACL was added in 10.5.8, but it will only be in 10.5.9 Created: 2021-01-18 Updated: 2022-04-19 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Replication |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When checking out the current 10.5 server branch, the sql/privilege.h file contains: SLAVE_MONITOR_ACL = (1ULL << 38) // Added in 10.5.8 but when checking out the mariadb-10.5.8 branch, or the released source tarball, this line is not there yet. So this should read "Added in 10.5.9", not "in 10.5.8" |
| Comments |
| Comment by Elena Stepanova [ 2021-01-31 ] | |||||||||
|
It looks like it was done intentionally, by this commit:
And the patch, among other changes, does
Yet, according to git tag, this commit is not in 10.5.8. |