[MDEV-509] CREATE / DROP SERVER statements are not written to the binary log Created: 2012-09-05 Updated: 2022-09-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.0, 5.5.25, 5.1.62 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream-wontfix | ||
| Description |
|
Also reproducible on MySQL versions and filed as http://bugs.mysql.com/bug.php?id=66708 In 5.5 and 10.0, CREATE / DROP SERVER statements are not written to the binary log at all, and neither are the changes to mysql.servers table. In 5.1, in ROW binlog format, mysql.servers table changes are logged (which is not good, and was apparently fixed in 5.5+, but the statement replication, usual for DDL, wasn't enabled). Test output from 5.5:
Test case:
|
| Comments |
| Comment by Elena Stepanova [ 2012-09-05 ] |
|
Upd: they say it's intentional (http://bugs.mysql.com/bug.php?id=66708, comment [5 Sep 17:09] Sveta Smirnova). |