mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-18650: Options deprecated in previous versions - multi_range_count
Remove deprecated system variable multi_range_count. It was ignored from 5.3.
This commit is contained in:
@@ -616,8 +616,6 @@ The following specify which files/extra groups are read (specified before remain
|
||||
Don't write queries to slow log that examine fewer rows
|
||||
than that
|
||||
--mrr-buffer-size=# Size of buffer to use when using MRR with range access
|
||||
--multi-range-count=#
|
||||
Ignored. Use mrr_buffer_size instead
|
||||
--myisam-block-size=#
|
||||
Block size to be used for MyISAM index pages
|
||||
--myisam-data-pointer-size=#
|
||||
@@ -1582,7 +1580,6 @@ metadata-locks-cache-size 1024
|
||||
metadata-locks-hash-instances 8
|
||||
min-examined-row-limit 0
|
||||
mrr-buffer-size 262144
|
||||
multi-range-count 256
|
||||
myisam-block-size 1024
|
||||
myisam-data-pointer-size 6
|
||||
myisam-max-sort-file-size 9223372036853727232
|
||||
|
Reference in New Issue
Block a user