Fix query_classifier_cache_size
The query_classifier_cache_size was placed in the wrong section.
This commit is contained in:
@ -700,12 +700,6 @@ provided by this module is used by MariaDB MaxScale when deciding where a
|
||||
particular statement should be sent. The default query classifier is
|
||||
_qc_sqlite_.
|
||||
|
||||
#### `query_classifier_args`
|
||||
|
||||
Arguments for the query classifier. What arguments are accepted depends on the
|
||||
particular query classifier being used. The default query classifier -
|
||||
_qc_sqlite_ - supports the following arguments:
|
||||
|
||||
#### `query_classifier_cache_size`
|
||||
|
||||
Specifies the maximum size of the query classifier cache. The default limit is
|
||||
@ -733,6 +727,12 @@ amount of memory available for each thread, divide the cache size with the value
|
||||
of `threads`. If statements are evicted from the cache (visible in the
|
||||
diagnostic output), consider increasing the cache size.
|
||||
|
||||
#### `query_classifier_args`
|
||||
|
||||
Arguments for the query classifier. What arguments are accepted depends on the
|
||||
particular query classifier being used. The default query classifier -
|
||||
_qc_sqlite_ - supports the following arguments:
|
||||
|
||||
##### `log_unrecognized_statements`
|
||||
|
||||
An integer argument taking the following values:
|
||||
|
||||
Reference in New Issue
Block a user