diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-07-22 11:50:44 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-07-22 11:50:44 +0400 |
commit | f636987d3bfcd856d6bf844644c20a179b11d097 (patch) | |
tree | 1803892d2f884fc5093926d19cf9179cd644c169 /client/mysqlcheck.c | |
parent | 96a2bbcbdf37b2f543fca1d0d5aee7bf37b31317 (diff) | |
parent | c4dad60a73b601ee2c5c11c7f691b4ac9b37f3a5 (diff) | |
download | mariadb-git-f636987d3bfcd856d6bf844644c20a179b11d097.tar.gz |
Manual merge from mysql-5.1.
Diffstat (limited to 'client/mysqlcheck.c')
-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 345b5f25e89..04d942e3318 100644 --- a/client/mysqlcheck.c +++ b/client/mysqlcheck.c @@ -224,7 +224,7 @@ static void print_version(void) static void usage(void) { print_version(); - puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2010")); + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011")); 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. Not all options are supported by all storage engines."); |