diff options
author | unknown <monty@narttu.mysql.fi> | 2003-10-08 10:23:54 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-10-08 10:23:54 +0300 |
commit | ebc1c91fbe932b7e6beb18dfe67c075ea5ef5cbe (patch) | |
tree | c73a4ebe3431bece11e3ef327340a1796a47b2e1 /client/mysqlbinlog.cc | |
parent | 8bf138014b64e7a322b444bf72f5a672348c64cd (diff) | |
download | mariadb-git-ebc1c91fbe932b7e6beb18dfe67c075ea5ef5cbe.tar.gz |
Fixed test case that my last patch to mysqlbinlog broke.
Changed --remote to --read-from-remote-server (mysqlbinlog)
client/mysqlbinlog.cc:
Changed --remote to --read-from-remote-server to make option more understandable
mysql-test/t/mysqlbinlog.test:
Fixed test case that --remote broke
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 a50a89f330b..298521b5aa7 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -236,7 +236,7 @@ static struct my_option my_long_options[] = 0, 0}, {"result-file", 'r', "Direct output to a given file.", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"remote", 'R', "Connect to remote MySQL server", + {"read-from-remote-server", 'R', "Read binary logs from a MySQL server", (gptr*) &remote_opt, (gptr*) &remote_opt, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"short-form", 's', "Just show the queries, no extra info.", |