Bug #25482 | GRANT statements are not replicated if you use "replicate-ignore-table" | ||
---|---|---|---|
Submitted: | 8 Jan 2007 23:36 | Modified: | 7 Apr 2007 19:14 |
Reporter: | Chris Calender | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.32, 5.0.30, 4.1.19, 4.1.22, 4.1.18, 4.1.7 | OS: | Windows (Windows, Linux) |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
Tags: | "GRANT not replicated", bfsm_2007_01_18, grant, replicate-ignore-table, replicate-wild-ignore-table |
[8 Jan 2007 23:36]
Chris Calender
[23 Mar 2007 9:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/22735 ChangeSet@1.2625, 2007-03-23 10:04:03+01:00, msvensson@pilot.blaudden +3 -0 Bug#25482 GRANT statements are not replicated if you use "replicate-ignore-table" - GRANT and REVOKE statments didn't have the "updating" flag set and thus statements with a table specified would not replicate if slave filtering rules where turned on. For example "GRANT ... ON test.t1 TO ..." would not replicate.
[29 Mar 2007 12:12]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/23289 ChangeSet@1.2625, 2007-03-29 14:12:32+02:00, msvensson@pilot.blaudden +3 -0 Bug#25482 GRANT statements are not replicated if you use "replicate-ignore-table" - GRANT and REVOKE statments didn't have the "updating" flag set and thus statements with a table specified would not replicate if slave filtering rules where turned on. For example "GRANT ... ON test.t1 TO ..." would not replicate.
[6 Apr 2007 17:19]
Bugs System
Pushed into 4.1.23
[6 Apr 2007 17:21]
Bugs System
Pushed into 5.0.40
[6 Apr 2007 17:24]
Bugs System
Pushed into 5.1.18-beta
[7 Apr 2007 19:14]
Paul DuBois
Noted in 4.1.23, 5.0.40, 5.1.18 changelogs. GRANT statements were not replicated if the server was started with the --replicate-ignore-table or --replicate-wild-ignore-table option.