summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-08-01 09:36:27 +0200
committerunknown <msvensson@neptunus.(none)>2006-08-01 09:36:27 +0200
commit9771278090afb5739ba4bb9e77ca5e429501254b (patch)
tree5279afe517cb7b77b1c463c6b3997763522c33e4 /client/mysqltest.c
parent63076970fc15741669227b0bfe478d0db9baeb24 (diff)
downloadmariadb-git-9771278090afb5739ba4bb9e77ca5e429501254b.tar.gz
Bug#20439 mysqltest: remove unused options
-Remove leftovers of server_stop and server_start commands client/mysqltest.c: Remove leftovers of "server_start" and "server_stop" commands
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c3
1 files changed, 0 insertions, 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",