Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
None
-
None
Description
*error= "No point in reading encrypted binlog - quitting. " "Start mysqlbinlog with --force if you want to attempt " "to read encrypted binlog without decryption.";
In sql/log_event.cc is incorrect;
{"force-read", 'f', "Force reading unknown binlog events.",
In client/mysqlbinlog.cc
i.e. --force vs --force-read
I think --force-read is better (defensive coding to prevent any --force option causing conflicts)