diff options
author | unknown <jani@rhols221.adsl.netsonic.fi> | 2004-01-26 15:12:52 +0200 |
---|---|---|
committer | unknown <jani@rhols221.adsl.netsonic.fi> | 2004-01-26 15:12:52 +0200 |
commit | 0314c772b5c7a6566c61167577a529bc098c27fd (patch) | |
tree | 6d1c83a657a39f62c07af3f548f7cf5b15ca6dbf /sql/mysqld.cc | |
parent | 557bb526d7ca677839400d58e19d6acf1e326168 (diff) | |
download | mariadb-git-0314c772b5c7a6566c61167577a529bc098c27fd.tar.gz |
Fixed a bug in slave-compressed-protocol. Using this option
from command line did not work.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 6848955629d..36c7c9c364c 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4556,7 +4556,7 @@ The minimum value for this variable is 4096.", "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, |