Removed shutdown gateway command from debug commands
This commit is contained in:
@ -117,8 +117,6 @@ static void shutdown_monitor(DCB *dcb, MONITOR *monitor);
|
|||||||
* The subcommands of the shutdown command
|
* The subcommands of the shutdown command
|
||||||
*/
|
*/
|
||||||
struct subcommand shutdownoptions[] = {
|
struct subcommand shutdownoptions[] = {
|
||||||
{ "gateway", 0, shutdown_gateway, "Shutdown MaxScale",
|
|
||||||
{0, 0, 0} },
|
|
||||||
{ "maxscale", 0, shutdown_gateway, "Shutdown the MaxScale gateway",
|
{ "maxscale", 0, shutdown_gateway, "Shutdown the MaxScale gateway",
|
||||||
{0, 0, 0} },
|
{0, 0, 0} },
|
||||||
{ "monitor", 1, shutdown_monitor, "Shutdown a monitor, e.g. shutdown monitor 0x48381e0",
|
{ "monitor", 1, shutdown_monitor, "Shutdown a monitor, e.g. shutdown monitor 0x48381e0",
|
||||||
|
|||||||
Reference in New Issue
Block a user