Description:
Please expose skip-slave-start in SHOW GLOBAL VARIABLES output.
This enables us to see if the server was started with this option, even if a START SLAVE (or STOP SLAVE) has been done after startup to restart replication.
Currently many mysqld options are not visible in SHOW GLOBAL VARIABLES and this can make it less clear exactly why the server is behaving the way it is. With the slave threads stopped it is not possible for me except by looking at the mysqld.log file to determine how the server was started. This option would make that absolutely clear.
How to repeat:
N/A
Suggested fix:
This variable would be read_only as it would not affect later slave behaviour, it would just signal whether or not the option was used on startup.