summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-25 22:00:14 +0300
committermonty@mysql.com <>2004-05-25 22:00:14 +0300
commitf2e1e3ce4c72d383f16fd8c525b28c4912e8f2de (patch)
tree2c56473da947b9807f0d1668171870a8e3dbc736 /myisam/myisamchk.c
parentd14e4eb57c92b987152b255ec961b1e9103d8f66 (diff)
downloadmariadb-git-f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de.tar.gz
Added patches from Novell
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 3df42fb4da7..5377ecc18a5 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -323,10 +323,13 @@ static struct my_option my_long_options[] =
};
+#include <help_start.h>
+
static void print_version(void)
{
printf("%s Ver 2.6 for %s at %s\n", my_progname, SYSTEM_TYPE,
MACHINE_TYPE);
+ NETWARE_SET_SCREEN_MODE(1);
}
@@ -433,6 +436,7 @@ static void usage(void)
my_print_variables(my_long_options);
}
+#include <help_end.h>
/* Read options */