From 6e188089ceced731f93b0388deebdaa8665b539d Mon Sep 17 00:00:00 2001 From: "jani@rhols221.adsl.netsonic.fi" <> Date: Wed, 4 Feb 2004 10:48:42 +0200 Subject: [PATCH] Fixed a bug in slave-compressed-protocol. Using this option from command line did not work. --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index da4119a188a..98888783502 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4043,7 +4043,7 @@ this value; if zero (the default): when the size exceeds max_binlog_size. \ "Use compression on master/slave protocol", (gptr*) &opt_slave_compressed_protocol, (gptr*) &opt_slave_compressed_protocol, - 0, GET_BOOL, REQUIRED_ARG, 0, 0, 1, 0, 1, 0}, + 0, GET_BOOL, NO_ARG, 0, 0, 1, 0, 1, 0}, {"slave_net_timeout", OPT_SLAVE_NET_TIMEOUT, "Number of seconds to wait for more data from a master/slave connection before aborting the read.", (gptr*) &slave_net_timeout, (gptr*) &slave_net_timeout, 0,