From 4131be777e11c9f6d0ae7efa24c7c48484af193d Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Tue, 1 Aug 2006 09:36:27 +0200 Subject: [PATCH] Bug#20439 mysqltest: remove unused options -Remove leftovers of server_stop and server_start commands --- client/mysqltest.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index aa12287f260..bc025e68ffe 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -326,7 +326,6 @@ Q_RPL_PROBE, Q_ENABLE_RPL_PARSE, Q_DISABLE_RPL_PARSE, Q_EVAL_RESULT, Q_ENABLE_QUERY_LOG, Q_DISABLE_QUERY_LOG, Q_ENABLE_RESULT_LOG, Q_DISABLE_RESULT_LOG, -Q_SERVER_START, Q_SERVER_STOP, Q_WAIT_FOR_SLAVE_TO_STOP, Q_ENABLE_WARNINGS, Q_DISABLE_WARNINGS, Q_ENABLE_PS_WARNINGS, Q_DISABLE_PS_WARNINGS, @@ -399,8 +398,6 @@ const char *command_names[]= /* Enable/disable that the _result_ from a query is logged to result file */ "enable_result_log", "disable_result_log", - "server_start", - "server_stop", "wait_for_slave_to_stop", "enable_warnings", "disable_warnings",