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 | 9312697530ebe206ef23958673b6ff59eaed2f6e (patch) | |
tree | 1803892d2f884fc5093926d19cf9179cd644c169 /client/mysql_upgrade.c | |
parent | aee88a4cc637e32c593a36fccceccb66906be591 (diff) | |
parent | 3a786df2d5570bdfed426c5922f0f172c8636586 (diff) | |
download | mariadb-git-9312697530ebe206ef23958673b6ff59eaed2f6e.tar.gz |
Manual merge from mysql-5.1.
Diffstat (limited to 'client/mysql_upgrade.c')
-rw-r--r-- | client/mysql_upgrade.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c index 35c2641fbf6..fb4be716df2 100644 --- a/client/mysql_upgrade.c +++ b/client/mysql_upgrade.c @@ -243,6 +243,7 @@ get_one_option(int optid, const struct my_option *opt, switch (optid) { case '?': + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011")); printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE); puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2010")); |