diff options
author | jimw@mysql.com <> | 2005-02-04 10:41:56 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-02-04 10:41:56 -0800 |
commit | bd9239d4d7fcf3ab03f995de533820749aaa204b (patch) | |
tree | 05601a232caf659cef9b46fd05847e35b6186907 | |
parent | b509f2b3733eaba1ebcd00048f0c7876efc3129c (diff) | |
parent | 37edc3436e9df66379d84bf1f91e6e593e206058 (diff) | |
download | mariadb-git-bd9239d4d7fcf3ab03f995de533820749aaa204b.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-4.1-8029
into mysql.com:/home/jimw/my/mysql-4.1-clean
-rw-r--r-- | client/mysqlcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c index c670b84db44..babf4de0c3d 100644 --- a/client/mysqlcheck.c +++ b/client/mysqlcheck.c @@ -195,7 +195,7 @@ static void usage(void) puts("and you are welcome to modify and redistribute it under the GPL license.\n"); puts("This program can be used to CHECK (-c,-m,-C), REPAIR (-r), ANALYZE (-a)"); puts("or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be"); - puts("used at the same time. It works on MyISAM and in some cases on BDB tables."); + puts("used at the same time. Not all options are supported by all storage engines."); puts("Please consult the MySQL manual for latest information about the"); puts("above. The options -c,-r,-a and -o are exclusive to each other, which"); puts("means that the last option will be used, if several was specified.\n"); |