Bug #32267 multi_range_count variable not available in 6.0?
Submitted: 12 Nov 2007 7:14 Modified: 8 Mar 2008 2:00
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Sergey Petrunya CPU Architecture:Any
Tags: multi_range_count

[12 Nov 2007 7:14] Shane Bester
Description:
According to the documentation at
http://dev.mysql.com/doc/refman/6.0/en/server-parameters.html
http://dev.mysql.com/doc/refman/6.0/en/server-system-variables.html#option_mysqld_multi_ra...

there is some multi_range_count option.  But, it don't seem to exist in 6.0:

mysql> show global variables like 'multi_range_count';
Empty set (0.00 sec)

mysql> select version();
+-------------------+
| version()         |
+-------------------+
| 6.0.4-alpha-debug |
+-------------------+
1 row in set (0.00 sec)

How to repeat:
on 6.0 run:
show global variables like 'multi_range_count';
[8 Mar 2008 2:00] Sergey Petrunya
This is a documentation issue. The manual has been updated accordingly.