summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-10-08 16:22:35 +0200
committerunknown <lenz@mysql.com>2002-10-08 16:22:35 +0200
commit4dcdf3f3183e09cfe6da9533cd2eb98b92297dd7 (patch)
tree6c6d7b40c36f6057a5c63909a29a148eea18cc58 /myisam
parent5a6c52f17cc4a19de74daee6c215897ab4204ced (diff)
parentefacfcade07a9f75bfa801d109829a52a1666e17 (diff)
downloadmariadb-git-4dcdf3f3183e09cfe6da9533cd2eb98b92297dd7.tar.gz
Merge mysql.com:/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-automake
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisampack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c
index cf0448a9062..4fc84ac5657 100644
--- a/myisam/myisampack.c
+++ b/myisam/myisampack.c
@@ -269,7 +269,7 @@ static struct my_option my_long_options[] =
static void print_version(void)
{
- printf("%s Ver 1.21 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
+ printf("%s Ver 1.22 for %s on %s\n", my_progname, SYSTEM_TYPE, MACHINE_TYPE);
}
static void usage(void)
@@ -282,7 +282,7 @@ static void usage(void)
puts("Pack a MyISAM-table to take much less space.");
puts("Keys are not updated, you must run myisamchk -rq on the datafile");
puts("afterwards to update the keys.");
- puts("You should give the .MSI file as the filename argument.");
+ puts("You should give the .MYI file as the filename argument.");
printf("\nUsage: %s [OPTIONS] filename...\n", my_progname);
my_print_help(my_long_options);