Maxrows: documentation update and use of MXS_MODULE_PARAM_SIZE for max_resultset_size parameter
max_resultset_size parameter now uses MXS_MODULE_PARAM_SIZE and config_get_size Documentation change follows the change.
This commit is contained in:
@ -46,14 +46,16 @@ The default value is `-1`.
|
||||
|
||||
#### `max_resultset_size`
|
||||
|
||||
Specifies the maximum size a resultset can have, measured in kibibytes,
|
||||
in order to be sent to the client. A resultset larger than this, will
|
||||
Specifies the maximum size a resultset can have in order
|
||||
to be sent to the client. A resultset larger than this, will
|
||||
not be sent: an empty resultset will be sent instead.
|
||||
The size can be specified as described
|
||||
[here](../Getting-Started/Configuration-Guide.md#sizes).
|
||||
|
||||
```
|
||||
max_resultset_size=128
|
||||
max_resultset_size=128Ki
|
||||
```
|
||||
The default value is 64.
|
||||
The default value is 64Ki
|
||||
|
||||
#### `max_resultset_return`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user