summaryrefslogtreecommitdiff
path: root/client/mysqladmin.cc
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@sun.com>2009-01-08 19:03:56 +0000
committerLuis Soares <luis.soares@sun.com>2009-01-08 19:03:56 +0000
commitb2cdc3b6cb8d3f811284fdaef0cbc220848a09fd (patch)
tree189ec4f5502f19a5a31cd1b6a09beb965f2f87c7 /client/mysqladmin.cc
parent75017750c3407850be09189b1bc2e77f647a3cfa (diff)
parent6f25dee2ac6ac199d48fe1d8ec5959b77f5e5dcd (diff)
downloadmariadb-git-b2cdc3b6cb8d3f811284fdaef0cbc220848a09fd.tar.gz
merge: 5.1 -> 5.1-rpl
conflicts: Text conflict in mysql-test/lib/mtr_report.pm Text conflict in mysql-test/mysql-test-run.pl
Diffstat (limited to 'client/mysqladmin.cc')
-rw-r--r--client/mysqladmin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc
index ea5b92a7c5a..1e3249dd92a 100644
--- a/client/mysqladmin.cc
+++ b/client/mysqladmin.cc
@@ -612,7 +612,7 @@ static int execute_commands(MYSQL *mysql,int argc, char **argv)
case ADMIN_VER:
new_line=1;
print_version();
- puts("Copyright (C) 2000-2006 MySQL AB");
+ puts("Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.");
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");
printf("Server version\t\t%s\n", mysql_get_server_info(mysql));
printf("Protocol version\t%d\n", mysql_get_proto_info(mysql));
@@ -983,7 +983,7 @@ static void print_version(void)
static void usage(void)
{
print_version();
- puts("Copyright (C) 2000-2006 MySQL AB");
+ puts("Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.");
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");
puts("Administration program for the mysqld daemon.");
printf("Usage: %s [OPTIONS] command command....\n", my_progname);