summaryrefslogtreecommitdiff
path: root/client/mysql_upgrade.c
diff options
context:
space:
mode:
authorAlexander Nozdrin <alexander.nozdrin@oracle.com>2011-12-21 19:26:11 +0400
committerAlexander Nozdrin <alexander.nozdrin@oracle.com>2011-12-21 19:26:11 +0400
commitaff6b0fd825717342cab2be4acc5e5790e4d766b (patch)
treef5fff8780ac432b2856a40bea8a67abbb1e1d64f /client/mysql_upgrade.c
parent11fd796f8d3394a5b0c7133109e7a06961e6307b (diff)
downloadmariadb-git-aff6b0fd825717342cab2be4acc5e5790e4d766b.tar.gz
A patch for Bug#13023858 - MYSQL_UPGRADE PRINTS
THE ORACLE_WELCOME_COPYRIGHT_NOTICE TWICE. Fix of a merge error.
Diffstat (limited to 'client/mysql_upgrade.c')
-rw-r--r--client/mysql_upgrade.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c
index 684d20c29a8..00cfdcf964a 100644
--- a/client/mysql_upgrade.c
+++ b/client/mysql_upgrade.c
@@ -243,7 +243,6 @@ 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"));