Commit 7bcacd76 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

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

Added commands to the help
parent ac20edd7
...@@ -1418,7 +1418,9 @@ static void usage(void) ...@@ -1418,7 +1418,9 @@ static void usage(void)
refresh Flush all tables and close and open logfiles\n\ refresh Flush all tables and close and open logfiles\n\
shutdown Take server down\n\ shutdown Take server down\n\
status Gives a short status message from the server\n\ status Gives a short status message from the server\n\
start-all-slaves Start all slaves\n\
start-slave Start slave\n\ start-slave Start slave\n\
stop-all-slaves Stop all slaves\n\
stop-slave Stop slave\n\ stop-slave Stop slave\n\
variables Prints variables available\n\ variables Prints variables available\n\
version Get version info from server"); version Get version info from server");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment