summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-02-09 04:00:24 +0200
committerunknown <monty@hundin.mysql.fi>2002-02-09 04:00:24 +0200
commitf7c085efe3155ad81aebb7d141182d60f6328ca2 (patch)
tree951f9f67e067af9ed1348ea5c78a45fec48024dc /myisam
parent73edf19b0c0a06e0271090002c6bd33df886d87b (diff)
downloadmariadb-git-f7c085efe3155ad81aebb7d141182d60f6328ca2.tar.gz
Removed compiler warnings
Docs/manual.texi: Cleanup myisam/myisampack.c: Removed warning sql/handler.cc: cleanup sql/slave.cc: Removed not used var
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisampack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c
index 7ee0ff61204..98fa8fcb377 100644
--- a/myisam/myisampack.c
+++ b/myisam/myisampack.c
@@ -283,7 +283,7 @@ static void usage(void)
-?, --help Display this help and exit.\n\
-V, --version Output version information and exit.");
print_defaults("my",load_default_groups);
-};
+}
/* reads options */
/* Initiates DEBUG - but no debugging here ! */