mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
ISSUES-4006 fetch executed_gtid_set from replication position #4006
This commit is contained in:
parent
a8465cfce6
commit
adc6cce96e
@ -140,6 +140,7 @@ void MaterializeMetadata::transaction(const MySQLReplication::Position & positio
|
||||
{
|
||||
binlog_file = position.binlog_name;
|
||||
binlog_position = position.binlog_pos;
|
||||
executed_gtid_set = position.gtid_sets.toString();
|
||||
|
||||
String persistent_tmp_path = persistent_path + ".tmp";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user