diff options
author | Brandon Nesterenko <brandon.nesterenko@mariadb.com> | 2021-08-11 11:29:37 -0600 |
---|---|---|
committer | Brandon Nesterenko <brandon.nesterenko@mariadb.com> | 2021-08-23 13:57:38 -0600 |
commit | c622af26fca37fc7864e9526a60dbe059644d120 (patch) | |
tree | d9ed6be82f0da06e8b2ac68abea5988180289cd0 /sql/sql_client.cc | |
parent | 64f7dffcc7e0e69c31d9a36c2090a26300e57c4c (diff) | |
download | mariadb-git-10.7-MDEV-4989.tar.gz |
MDEV-4989: Support for GTID in mysqlbinlog10.7-MDEV-4989
New Feature:
============
This commit extends the mariadb-binlog capabilities to allow events
to be filtered by GTID ranges. More specifically, the following
capabilities are addressed:
1) GTIDs can be used to filter results on local binlog files
2) GTIDs can be used to filter results from remote servers
3) For a given GTID range, its start-position is exclusive and its
stop-position is inclusive
4) After the events have been written, the session server id and
domain id are reset to their former values
5) Output filtered by GTID ranges can be piped to the MariaDB client
To facilitate these features, the --start-position and --stop-position
arguments have been extended to additionally accept values formatted
as a list of GTID positions, e.g. `--start-position=0-1-0,1-2-55`
Reviewed By:
============
<TODO>
Diffstat (limited to 'sql/sql_client.cc')
0 files changed, 0 insertions, 0 deletions