summaryrefslogtreecommitdiff
path: root/myisam/myisamlog.c
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-02-08 19:49:40 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-02-08 19:49:40 +0200
commitffe417fddeb68274166153a357d9d534675d1823 (patch)
tree4338fea9b6b3d68a483f4423cc725a68305a2900 /myisam/myisamlog.c
parent30e89d0a48a7bf875b485f8b5987a5ef1bc4bf56 (diff)
downloadmariadb-git-ffe417fddeb68274166153a357d9d534675d1823.tar.gz
Applied a patch for Netware.
Diffstat (limited to 'myisam/myisamlog.c')
-rw-r--r--myisam/myisamlog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/myisamlog.c b/myisam/myisamlog.c
index 6679510227e..dc98d813266 100644
--- a/myisam/myisamlog.c
+++ b/myisam/myisamlog.c
@@ -247,6 +247,7 @@ static void get_options(register int *argc, register char ***argv)
/* Fall through */
case 'I':
case '?':
+#include <help_start.h>
printf("%s Ver 1.4 for %s at %s\n",my_progname,SYSTEM_TYPE,
MACHINE_TYPE);
puts("By Monty, for your professional use\n");
@@ -268,6 +269,7 @@ static void get_options(register int *argc, register char ***argv)
puts("If a recover is done all writes and all possibly updates and deletes is done\nand errors are only counted.");
puts("If one gives table names as arguments only these tables will be updated\n");
help=1;
+#include <help_end.h>
break;
default:
printf("illegal option: \"-%c\"\n",*pos);