[MDEV-500] Session variable for server_id Created: 2012-08-31 Updated: 2013-05-02 Resolved: 2013-05-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Every binlog event is logged with a specific server_id. This is used in When a new transactions is run, it gets the value of the global server_id It would be useful to allow a new transaction to specify a different server_id Changing session-level server_id should be only allowed if the process has There is already a session variable pseudo_therad_id, with a similar purpose - The server_id already exists as a field in THD for use in the replication |
| Comments |
| Comment by Kristian Nielsen [ 2012-10-17 ] |
|
I can take this - I have to implement it anyway as part of |
| Comment by Kristian Nielsen [ 2013-05-02 ] |
|
I believe this is fixed in 10.0.2, as part of the push of global transaction ID. |