[MDEV-33258] Lacks persistant config options specificly for default channel under multi source replications Created: 2024-01-16 Updated: 2024-01-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 11.1.2 |
| Fix Version/s: | 11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Allen | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | replication | ||
| Description |
|
Lacks persistent config options specifically for default channel under multi source replications in mariadb non specified variable channels in the config file for replications automatically binds to all other channels. There is no way to specifically set a variable to only be used on the default channel The only workaround i have found is to set the same variable as a dummy variable to over set the default variable I also can not set a null value in the config file to reset it example:
|
| Comments |
| Comment by Brandon Nesterenko [ 2024-01-19 ] |
|
Hi Ford! Our documentation on the subject mentions this:
with the intention to help aid in configuring multiple channels with shared variable values. Generally, with multi-source replication, it'd be best if your connections all were named, and the default connection was used just for the "global configuration" baseline. Then each named connection in your my.cnf would override those global defaults. I'll also look into the null report, that seems broken |