summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorBrandon Nesterenko <brandon.nesterenko@mariadb.com>2021-09-14 12:58:04 -0600
committerBrandon Nesterenko <brandon.nesterenko@mariadb.com>2021-11-17 13:36:01 -0700
commiteae109ba1f6ed9bc7dc3a3a93442b228536cc6b7 (patch)
tree29cbf2d1c894a46ef4c370799706c46688d1fd57 /client/client_priv.h
parentc9896eb15bfc11414577128d0463ef2fefb66407 (diff)
downloadmariadb-git-bb-10.7-MDEV-20119.tar.gz
MDEV-20119: Implement the --do-domain-ids, --ignore-domain-ids, and --ignore-server-ids options for mysqlbinlogbb-10.7-MDEV-20119
New Feature: ============ Extend mariadb-binlog command-line tool to use GTIDs for filtering event groups by using domain id and server id as a blacklist or whitelist. This patch additionally adds the option --do-server-ids as an alias for --server-id for consistency. Reviewed By: ============ <TODO>
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index 23b2e6782a1..d32690c5abb 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -105,6 +105,10 @@ enum options_client
OPT_COPY_S3_TABLES,
OPT_PRINT_TABLE_METADATA,
OPT_ASOF_TIMESTAMP,
+ OPT_IGNORE_DOMAIN_IDS,
+ OPT_DO_DOMAIN_IDS,
+ OPT_IGNORE_SERVER_IDS,
+ OPT_DO_SERVER_IDS,
OPT_MAX_CLIENT_OPTION /* should be always the last */
};