diff options
author | unknown <tnurnberg@mysql.com/sin.intern.azundris.com> | 2007-09-15 04:59:46 +0200 |
---|---|---|
committer | unknown <tnurnberg@mysql.com/sin.intern.azundris.com> | 2007-09-15 04:59:46 +0200 |
commit | 3bc5123e824e0b4c696dacac5847606ea208f053 (patch) | |
tree | 8baf307dbb449c652e10d39e9199a052cf5e70ab /client/mysqlbinlog.cc | |
parent | 682c22846fe5aaf35762a21daf2ba29162b1fc4c (diff) | |
download | mariadb-git-3bc5123e824e0b4c696dacac5847606ea208f053.tar.gz |
Bug #15327: configure: --with-tcp-port option being partially ignored
after merge fix :-/
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index f848a98e5a6..2110f27d887 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -762,7 +762,6 @@ static struct my_option my_long_options[] = "built-in default (" STRINGIFY_ARG(MYSQL_PORT) ").", (uchar**) &port, (uchar**) &port, 0, GET_INT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - 0, 0, 0}, {"position", 'j', "Deprecated. Use --start-position instead.", (uchar**) &start_position, (uchar**) &start_position, 0, GET_ULL, REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE, |