From 45adda8fd1b86b446d6cc9d08f02e7221e024b6b Mon Sep 17 00:00:00 2001 From: "hartmut@mysql.com" <> Date: Mon, 5 Dec 2005 11:21:30 +0100 Subject: added --server-id option to mysqlbinlog to filter for a certain server id in the binlog only --- client/client_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/client_priv.h') diff --git a/client/client_priv.h b/client/client_priv.h index 7d836189e2e..b4962bf08c8 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -52,5 +52,5 @@ enum options_client OPT_TRIGGERS, OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE, OPT_TZ_UTC, OPT_AUTO_CLOSE, - OPT_MYSQL_REPLACE_INTO + OPT_MYSQL_REPLACE_INTO, OPT_SERVER_ID }; -- cgit v1.2.1