| 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; |