diff options
author | Luis Soares <luis.soares@oracle.com> | 2011-07-11 17:13:27 +0100 |
---|---|---|
committer | Luis Soares <luis.soares@oracle.com> | 2011-07-11 17:13:27 +0100 |
commit | e018925a64dc40f22bd6f370ccc732f75185a4d9 (patch) | |
tree | 2f2a988be121cc5e70b92b9728f7495e09fcf437 /client/mysqlbinlog.cc | |
parent | 6cc0f6a22bb70fb1473c4fbe4aaea9e5f6732ef6 (diff) | |
parent | 686182b273ffc0380bd1973131433470509d4daa (diff) | |
download | mariadb-git-e018925a64dc40f22bd6f370ccc732f75185a4d9.tar.gz |
BUG#12695969
Manually merged mysql-5.0 into mysql-5.1.
conflicts
=========
client/mysqlibinlog.cc
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 0f97a4c8dc3..db48675ade2 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -36,6 +36,7 @@ #include "mysql_priv.h" #include "log_event.h" #include "sql_common.h" +#include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE #define BIN_LOG_HEADER_SIZE 4 #define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4) @@ -1249,10 +1250,7 @@ static void print_version() static void usage() { print_version(); - puts("By Monty and Sasha, for your professional use\n\ -This software comes with NO WARRANTY: This is free software,\n\ -and you are welcome to modify and redistribute it under the GPL license.\n"); - + 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"); |