summaryrefslogtreecommitdiff
path: root/client/mysql_upgrade.c
diff options
context:
space:
mode:
authorAlexander Nozdrin <alexander.nozdrin@oracle.com>2011-07-22 11:50:44 +0400
committerAlexander Nozdrin <alexander.nozdrin@oracle.com>2011-07-22 11:50:44 +0400
commit9312697530ebe206ef23958673b6ff59eaed2f6e (patch)
tree1803892d2f884fc5093926d19cf9179cd644c169 /client/mysql_upgrade.c
parentaee88a4cc637e32c593a36fccceccb66906be591 (diff)
parent3a786df2d5570bdfed426c5922f0f172c8636586 (diff)
downloadmariadb-git-9312697530ebe206ef23958673b6ff59eaed2f6e.tar.gz
Manual merge from mysql-5.1.
Diffstat (limited to 'client/mysql_upgrade.c')
-rw-r--r--client/mysql_upgrade.c1
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"));