diff options
Diffstat (limited to 'sql/rpl_gtid.h')
-rw-r--r-- | sql/rpl_gtid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_gtid.h b/sql/rpl_gtid.h index 3e9e2fce25f..b203f34df5a 100644 --- a/sql/rpl_gtid.h +++ b/sql/rpl_gtid.h @@ -201,7 +201,7 @@ struct rpl_slave_state (domain_id, server_id) pair. This will be logged at the start of the next binlog file as a Gtid_list_log_event; this way, it is easy to find the binlog file - containing a gigen GTID, by simply scanning backwards from the newest + containing a given GTID, by simply scanning backwards from the newest one until a lower seq_no is found in the Gtid_list_log_event at the start of a binlog for the given domain_id and server_id. |