MCPcopy Create free account
hub / github.com/ByConity/ByConity / setChecksumSignatureLength

Method setChecksumSignatureLength

src/Core/MySQL/MySQLReplication.h:596–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 void setBinlogFile(String file_name) override { position.binlog_name = std::move(file_name); }
595 void setGTIDSets(GTIDSets sets) override { position.gtid_sets = std::move(sets); }
596 void setChecksumSignatureLength(size_t checksum_signature_length_) override { checksum_signature_length = checksum_signature_length_; }
597
598 private:
599 Position position;

Callers 1

setBinlogChecksumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected