[MDEV-6948] SET STATEMENT gtid_domain_id = ... FOR has no effect (same for gtid_seq_no and server_id) Created: 2014-10-27 Updated: 2015-03-12 Resolved: 2014-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Same is true for other variables that participate in GTID generation – gtid_seq_no and server_id. |
| Comments |
| Comment by Oleksandr Byelkin [ 2014-10-29 ] | |||||||||||||
|
The variable is prohibited in SET STATEMENT for now. | |||||||||||||
| Comment by Elena Stepanova [ 2014-11-03 ] | |||||||||||||
|
What about gtid_seq_no and server_id? Interestingly, it works for DDL, but not for DML:
| |||||||||||||
| Comment by Oleksandr Byelkin [ 2014-11-11 ] | |||||||||||||
|
Here (as well as all bugs connected to binlog) cause is that we write binlog after restoring variables values. | |||||||||||||
| Comment by Oleksandr Byelkin [ 2014-11-28 ] | |||||||||||||
|
duplicate of 7006 |