MariaDB Documentation improvements
(MDEV-6881)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Replication |
| Affects Version/s: | 10.0.19, 10.1 |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Stoykov (Inactive) | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | GTID | ||
| Description |
|
At https://mariadb.com/kb/en/mariadb/global-transaction-id/#gtid_domain_id needs to be added that in a view to set session gtid_domain_id the user has to be a SUPER user.
if not, an error will be received:
related MDEV: https://mariadb.atlassian.net/browse/MDEV-6901 |
| Comments |
| Comment by Stoykov (Inactive) [ 2015-05-28 ] |
|
Example: Description: This variable is used to decide which replication domain new GTIDs are logged in for a master server. See Use with multi-source replication and other multi-master setups for details. This variable can also be set on the session level only by a SUPER user. This is used by mysqlbinlog to preserve the domain ID of GTID events. |