summaryrefslogtreecommitdiff
path: root/sql/rpl_gtid.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2014-12-03 22:30:48 -0500
committerNirbhay Choubey <nirbhay@mariadb.com>2014-12-03 22:30:48 -0500
commita50ddebb5cfa7b79540d155e8e41c7a07c4c3fbf (patch)
treef3eb22219d77fe510fce912278a44d0e81650856 /sql/rpl_gtid.h
parent7bf4f9f7f66192f07fa46ed30c38f8842502fc4f (diff)
downloadmariadb-git-a50ddebb5cfa7b79540d155e8e41c7a07c4c3fbf.tar.gz
MDEV-6593 : domain_id based replication filters
Implementation for domain ID based filtering of replication events.
Diffstat (limited to 'sql/rpl_gtid.h')
-rw-r--r--sql/rpl_gtid.h2
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.