ISSUES-4006 fetch executed_gtid_set from replication position #4006

This commit is contained in:
BohuTANG 2020-08-17 15:38:09 +08:00
parent a8465cfce6
commit adc6cce96e

View File

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