From 7a28c82dcddc82008e5d9a8a27b95e9597295e23 Mon Sep 17 00:00:00 2001 From: Zhibo Zhang Date: Tue, 11 Oct 2022 06:40:50 -0400 Subject: MDEV-29183: Clarify mysqlbinlog command description (#2245) The statement 'Verify checksum binlog events.' is confusing. Fix word order to make it clear. --- client/mysqlbinlog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/mysqlbinlog.cc') 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, -- cgit v1.2.1