diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 18:58:19 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2012-08-07 18:58:19 +0530 |
commit | 5ad8292c63a89db63a54f9cfed6ceb3a35656f7b (patch) | |
tree | cf7e56d23409e04f0c0e3d85fc45baddbc741c4a /client/mysqlbinlog.cc | |
parent | d86d06345b7cb46bce30b34e74a1d39a8df4677b (diff) | |
download | mariadb-git-5ad8292c63a89db63a54f9cfed6ceb3a35656f7b.tar.gz |
Bug#13928675 MYSQL CLIENT COPYRIGHT NOTICE MUST
SHOW 2012 INSTEAD OF 2011
* Added a new macro to hold the current year :
COPYRIGHT_NOTICE_CURRENT_YEAR
* Modified ORACLE_WELCOME_COPYRIGHT_NOTICE macro
to take the initial year as parameter and pick
current year from the above mentioned macro.
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index b5acfc5c169..ef67e0ffba9 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -1274,7 +1274,7 @@ static void print_version() static void usage() { print_version(); - puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000, 2011")); + puts(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000")); printf("\ Dumps a MySQL binary log in a format usable for viewing or for piping to\n\ the mysql command line client.\n\n"); |