[MDEV-9247] default_master_connection only possible to set on session level Created: 2015-12-08 Updated: 2015-12-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Michaël de groot | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi everybody, Imagine a multi source replication topology where "the naming convention was changed" half way implementing it. The connections have different namings. It would be verty convenient if a DEFAULT value of default_master_connection could be set. Currently this is blocked because it's only a session variable: Please change this so SET GLOBAL sets the default session variable (like with a lot of session variables). Thank you, |