MDEV-21864 Commands start-all-slaves and stop-all-slaves are not listed in mysqladmin help

Added commands to the help
This commit is contained in:
Oleksandr Byelkin 2024-03-13 12:21:53 +01:00
parent ac20edd737
commit 7bcacd767a

View file

@ -1418,7 +1418,9 @@ static void usage(void)
refresh Flush all tables and close and open logfiles\n\
shutdown Take server down\n\
status Gives a short status message from the server\n\
start-all-slaves Start all slaves\n\
start-slave Start slave\n\
stop-all-slaves Stop all slaves\n\
stop-slave Stop slave\n\
variables Prints variables available\n\
version Get version info from server");