Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.11
-
None
-
Unexpected results
Description
CHANGE MASTER TO master_use_gtid= NO; |
CHANGE MASTER TO relay_log_pos= 0; |
Warnings:
|
Note 4190 CHANGE MASTER TO is implicitly changing the value of 'Using_Gtid' from 'No' to 'No' |
Looks silly, ain't it?
Cause
The condition to emit this warning - located in change_master() of sql/sql_repl.cc) - only checks if master_use_gtid= NO is given in the same statement.
It should also check the before-value.
Attachments
Issue Links
- is caused by
-
MDEV-19801 Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it
-
- Closed
-