summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <dlenev@brandersnatch.localdomain>2004-05-24 14:38:55 +0400
committerunknown <dlenev@brandersnatch.localdomain>2004-05-24 14:38:55 +0400
commit11f369310536c269eaaeb3e81edc1a0bbaceead7 (patch)
tree7b505b3eff48c9012ef61a105873c7419f049454
parentff80392ea2e23f06f0f54ee99cbd126961b187c3 (diff)
downloadmariadb-git-11f369310536c269eaaeb3e81edc1a0bbaceead7.tar.gz
Fix of small syntax error - added missing backslash that prevented building of mysqlbinlog.
client/mysqlbinlog.cc: Added missing backslash that prevented building of mysqlbinlog.
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index c089a6becac..f8993004467 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -442,7 +442,7 @@ static struct my_option my_long_options[] =
0, 0},
{"to-last-log", 't', "Requires -R. Will not stop at the end of the \
requested binlog but rather continue printing until the end of the last \
-binlog of the MySQL server. If you send the output to the same MySQL server,
+binlog of the MySQL server. If you send the output to the same MySQL server, \
that may lead to an endless loop.",
(gptr*) &to_last_remote_log, (gptr*) &to_last_remote_log, 0, GET_BOOL,
NO_ARG, 0, 0, 0, 0, 0, 0},