Bug #70390 have_csv and have_partitioning documentation is swapped
Submitted: 20 Sep 2013 21:08 Modified: 6 Dec 2013 21:46
Reporter: Sheeri Cabral (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[20 Sep 2013 21:08] Sheeri Cabral
Description:
have_csv and have_partitioning documentation is swapped.

How to repeat:
On the page http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html:

have_csv

YES if mysqld supports CSV tables, NO if not.

This variable was removed in MySQL 5.6.1. Use SHOW PLUGINS instead. For more information, see Chapter 18, Partitioning.

have_partitioning

YES if mysqld supports partitioning.

This variable was removed in MySQL 5.6.1. Use SHOW ENGINES instead. 

Suggested fix:
On the page http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html:

have_csv

YES if mysqld supports partitioning.

This variable was removed in MySQL 5.6.1. Use SHOW ENGINES instead. 

have_partitioning

YES if mysqld supports CSV tables, NO if not.

This variable was removed in MySQL 5.6.1. Use SHOW PLUGINS instead. For more information, see Chapter 18, Partitioning.
[21 Sep 2013 0:57] MySQL Verification Team
Thank you for the bug report.
[6 Dec 2013 21:46] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Similar problem affects 5.1 manual.

The suggested fix is a bit odd. :-)

I'll swap the "removed in" paras, but not the "YES/NO" paras.