[MDEV-9194] replicate_rewrite_db is no documented in server settings list Created: 2015-11-26 Updated: 2015-11-27 Resolved: 2015-11-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Replication |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Michaël de groot | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In the server settings list there is no reference to reference-replace-db: https://mariadb.com/kb/en/mariadb/server-system-variables/ Please add it. Please also mention that replicate-do-db is executed AFTER replicate-rewrite-db. So if you only want to replicate the rewritten db(s) you need to specify the rewritten name(s). Cheers, |
| Comments |
| Comment by Ian Gilfillan [ 2015-11-27 ] |
|
replicate_rewrite_db is not actually a system variable, so is not documented on that page, but rather on the mysqld options page: Still, I've added it there, as it makes sense to list in the same place, and also the sequence suggestion. I don't know why it isn't, and the others are, will ask on the list and can add as a task if needs be. |