diff options
author | monty@mysql.com <> | 2004-05-25 22:01:50 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-25 22:01:50 +0300 |
commit | ca8dbc24eef40f78464400ad4492b0d9b39c29ff (patch) | |
tree | f5abb32f436bbc05db102bf322757f4a03aaa850 /myisam | |
parent | 7ee9540976dd3130d575a1bb677ad13a4bb1b572 (diff) | |
parent | f2e1e3ce4c72d383f16fd8c525b28c4912e8f2de (diff) | |
download | mariadb-git-ca8dbc24eef40f78464400ad4492b0d9b39c29ff.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/tmp/skr99/mysql-4.0
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisam_ftdump.c | 3 | ||||
-rw-r--r-- | myisam/myisamchk.c | 4 | ||||
-rw-r--r-- | myisam/myisampack.c | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/myisam/myisam_ftdump.c b/myisam/myisam_ftdump.c index 06b5f057fbb..838f90feae5 100644 --- a/myisam/myisam_ftdump.c +++ b/myisam/myisam_ftdump.c @@ -258,15 +258,18 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), return 0; } +#include <help_start.h> static void usage() { printf("Use: myisam_ftdump <table_name> <index_num>\n"); my_print_help(my_long_options); my_print_variables(my_long_options); + NETWARE_SET_SCREEN_MODE(1); exit(1); } +#include <help_end.h> static void complain(int val) /* Kinda assert :-) */ { 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 */ diff --git a/myisam/myisampack.c b/myisam/myisampack.c index 800203a30e2..872fcb49faf 100644 --- a/myisam/myisampack.c +++ b/myisam/myisampack.c @@ -266,12 +266,15 @@ static struct my_option my_long_options[] = { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0} }; +#include <help_start.h> static void print_version(void) { printf("%s Ver 1.22 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE); + NETWARE_SET_SCREEN_MODE(1); } + static void usage(void) { print_version(); @@ -290,6 +293,7 @@ static void usage(void) my_print_variables(my_long_options); } +#include <help_end.h> static my_bool get_one_option(int optid, const struct my_option *opt __attribute__((unused)), |