diff options
author | Luis Soares <luis.soares@sun.com> | 2009-01-08 19:03:56 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2009-01-08 19:03:56 +0000 |
commit | 9d8c117598092a05e92ae0921085bd2c511c744e (patch) | |
tree | 189ec4f5502f19a5a31cd1b6a09beb965f2f87c7 /client/mysqladmin.cc | |
parent | 28a68906d18814e346e39c687c7b725b1e1a4f50 (diff) | |
parent | f5ec81002726a08401b7bbac7e6d485dc6b59126 (diff) | |
download | mariadb-git-9d8c117598092a05e92ae0921085bd2c511c744e.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.cc | 4 |
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); |