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/mysql_upgrade.c | |
parent | 96a2bbcbdf37b2f543fca1d0d5aee7bf37b31317 (diff) | |
parent | c4dad60a73b601ee2c5c11c7f691b4ac9b37f3a5 (diff) | |
download | mariadb-git-f636987d3bfcd856d6bf844644c20a179b11d097.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")); |