summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.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 /client/mysqlcheck.c
parentd14e4eb57c92b987152b255ec961b1e9103d8f66 (diff)
downloadmariadb-git-f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de.tar.gz
Added patches from Novell
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r--client/mysqlcheck.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index 3261ec1577d..1c5638f3c52 100644
--- a/client/mysqlcheck.c
+++ b/client/mysqlcheck.c
@@ -159,10 +159,13 @@ static void print_result();
static char *fix_table_name(char *dest, char *src);
int what_to_do = 0;
+#include <help_start.h>
+
static void print_version(void)
{
printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, CHECK_VERSION,
MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
+ NETWARE_SET_SCREEN_MODE(1);
} /* print_version */
@@ -193,6 +196,7 @@ static void usage(void)
my_print_variables(my_long_options);
} /* usage */
+#include <help_end.h>
static my_bool
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),