summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhibo Zhang <darren.zhang.zb@gmail.com>2022-10-11 06:40:50 -0400
committerGitHub <noreply@github.com>2022-10-11 11:40:50 +0100
commit7a28c82dcddc82008e5d9a8a27b95e9597295e23 (patch)
treef6ccf2d2bcf8157e7528cd436673bfbe79698130
parentc49ebd2622867975fdda96cbfa88d12f01e9847a (diff)
downloadmariadb-git-7a28c82dcddc82008e5d9a8a27b95e9597295e23.tar.gz
MDEV-29183: Clarify mysqlbinlog command description (#2245)
The statement 'Verify checksum binlog events.' is confusing. Fix word order to make it clear.
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index 1f1bb204493..7d2c5f7fdef 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -1788,7 +1788,7 @@ that may lead to an endless loop.",
&opt_binlog_rows_event_max_encoded_size, 0,
GET_ULONG, REQUIRED_ARG, UINT_MAX/4, 256, ULONG_MAX, 0, 256, 0},
#endif
- {"verify-binlog-checksum", 'c', "Verify checksum binlog events.",
+ {"verify-binlog-checksum", 'c', "Verify binlog event checksums.",
(uchar**) &opt_verify_binlog_checksum, (uchar**) &opt_verify_binlog_checksum,
0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
{"rewrite-db", OPT_REWRITE_DB,