mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Merged recent changes from mysql-next-mr-bugfixing
into mysql-next-4284 tree.
This commit is contained in:
commit
9b705237b6
1 changed files with 1 additions and 1 deletions
|
@ -2812,7 +2812,7 @@ static Sys_var_uint Sys_slave_net_timeout(
|
|||
"slave_net_timeout", "Number of seconds to wait for more data "
|
||||
"from a master/slave connection before aborting the read",
|
||||
GLOBAL_VAR(slave_net_timeout), CMD_LINE(REQUIRED_ARG),
|
||||
VALID_RANGE(1, UINT_MAX), DEFAULT(SLAVE_NET_TIMEOUT), BLOCK_SIZE(1),
|
||||
VALID_RANGE(1, LONG_TIMEOUT), DEFAULT(SLAVE_NET_TIMEOUT), BLOCK_SIZE(1),
|
||||
NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0),
|
||||
ON_UPDATE(fix_slave_net_timeout));
|
||||
|
||||
|
|
Loading…
Reference in a new issue