diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-01-08 14:29:46 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-02-13 13:42:01 +0200 |
commit | ad17aa110c5877aac95ad5847ab378f31fd26746 (patch) | |
tree | 693760a1fb2e2ead3d95434ee7aab01637416034 /mysql-test/main/mysqld--help.result | |
parent | 5aebd78e27c14a45b36e1e57525b4b4e745693d8 (diff) | |
download | mariadb-git-ad17aa110c5877aac95ad5847ab378f31fd26746.tar.gz |
MDEV-18650: Options deprecated in previous versions - multi_range_count
Remove deprecated system variable multi_range_count. It was ignored from 5.3.
Diffstat (limited to 'mysql-test/main/mysqld--help.result')
-rw-r--r-- | mysql-test/main/mysqld--help.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result index 9336a945575..8013b6075d0 100644 --- a/mysql-test/main/mysqld--help.result +++ b/mysql-test/main/mysqld--help.result @@ -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 |