Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5
-
None
Description
The max_slave_connections parameter is not documented with a minimum required value but configuring it with a value smaller than one causes the session creation to fail. One would expect that max_slave_connections=0 will not open any slave connections and only open one connection to the master.
Additionally, negative values are not detected when they should be treated as a configuration error.