Details
-
Bug
-
Status: In Review (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11, 11.4, 11.7(EOL), 11.8
-
None
Description
The two-phase ALTER work (MDEV-11675) left an error message with an incomplete GTID report, and a TODO to fix it. The fix added in 79cc0f9f78a is not correct, as the server_id output of the GTID uses the immediate server_id of the master, which may not be where the alter originated. This should be fixed to use the server_id of the transaction GTID.
Attachments
Issue Links
- is caused by
-
MDEV-11675 Lag Free Alter On Slave
-
- Closed
-
-
MDEV-35431 my_snprintf fixes for 10.11+
-
- Closed
-
- relates to
-
MDEV-35451 Add printf format for GTID
-
- Open
-
https://github.com/MariaDB/server/pull/3662