summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@oracle.com>2011-07-11 17:19:56 +0100
committerLuis Soares <luis.soares@oracle.com>2011-07-11 17:19:56 +0100
commit25df755040116e3bc95c3d21cbabf0bbe309aa00 (patch)
tree86efc55c73e3bb3184c0a310cdab42e5bfcdb51b /client
parent438d21189c2dd9494723aefd26c0f491fefb3e6a (diff)
parente018925a64dc40f22bd6f370ccc732f75185a4d9 (diff)
downloadmariadb-git-25df755040116e3bc95c3d21cbabf0bbe309aa00.tar.gz
BUG#12695969
Manually merged from mysql-5.1: - fixed mysqlbinlog copyright year: 2001 --> 2000 - fixed address in license header conflicts ========= - client/mysqlbinlog.cc - include/welcome_copyright_notice.h
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index 6d659b5b5c3..ecebde461f9 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -1261,7 +1261,7 @@ static void print_version()
static void usage()
{
print_version();
- puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2001, 2010"));
+ puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011"));
printf("\
Dumps a MySQL binary log in a format usable for viewing or for piping to\n\
the mysql command line client.\n\n");