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

Method setBinlogChecksum

src/Core/MySQL/MySQLClient.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void MySQLClient::setBinlogChecksum(const String & binlog_checksum)
146{
147 replication.setChecksumSignatureLength(Poco::toUpper(binlog_checksum) == "NONE" ? 0 : 4);
148}
149
150void MySQLClient::startBinlogDumpGTID(UInt32 slave_id, String replicate_db, std::unordered_set<String> replicate_tables,
151 String gtid_str, String binlog_name, const String & binlog_checksum)

Callers 1

onEventMethod · 0.80

Calls 1

Tested by

no test coverage detected