diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 19:07:13 +0530 |
commit | fb697972b3481e335bb446448dff3076fdcc4cc3 (patch) | |
tree | 0f759f6310d21c1917beeb39e70765d26fb2e098 /client/mysqldump.c | |
parent | 7b343df2891c9c351d1491628ce4df51ded97191 (diff) | |
parent | d4e4538b2de4894f35c556bcaf9baf0a010969a9 (diff) | |
download | mariadb-git-fb697972b3481e335bb446448dff3076fdcc4cc3.tar.gz |
Merge of patch for Bug#13928675 from mysql-5.1.
Diffstat (limited to 'client/mysqldump.c')
-rw-r--r-- | client/mysqldump.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index dcfe25a5f61..4fcf309b22b 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -55,8 +55,6 @@ #include <welcome_copyright_notice.h> /* ORACLE_WELCOME_COPYRIGHT_NOTICE */ -#include <welcome_copyright_notice.h> /* ORACLE_WELCOME_COPYRIGHT_NOTICE */ - /* Exit codes */ #define EX_USAGE 1 @@ -614,7 +612,7 @@ static void short_usage_sub(void) static void usage(void) { print_version(); - puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011")); + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000")); puts("Dumping structure and contents of MySQL databases and tables."); short_usage_sub(); print_defaults("my",load_default_groups); |