Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL), 10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL)
-
None
Description
After execution of
CHANGE MASTER TO RELAY_LOG_FILE='file_name',RELAY_LOG_POS=offset, master_use_gtid=no; |
slave-show-status will keep displaying in Relay_Master_Log_File the pre-Change-Master value of Master_Log_File until/if the SQL thread has rotated it to next binlog file.
The SQL thread is not affected otherwise.