[MDEV-25268] Add possibility for "CREATE SERVER" to write to binlog. Created: 2021-03-26 Updated: 2021-04-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Current "create server" will not be written to binlog. For Galera it was changed and will be replicated via writeset. Behaviour is inconsistent (galera <-> async) and there are good reason to replicate created server. Maybe a variable is needed for backward compatibility create_server_write_to_binlog = 1 Default is 0 (disabled) |