Bug #63383 'have_innodb' variable removed from server, but not documentation
Submitted: 22 Nov 2011 15:45 Modified: 22 Nov 2011 16:23
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6.3 OS:Any
Assigned to: CPU Architecture:Any
Tags: qc

[22 Nov 2011 15:45] Peter Laursen
Description:
http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html .. lists 'have_inodb' as a server variable.

But 
SHOW GLOBAL VARIABLES LIKE 'have_innodb'; 
-- returns empty set

Only affect 5.6x.

How to repeat:
See above.

Suggested fix:
I *guess* that this is an issue with docs and categorize accordingly.  
But I cannot be perfectly sure, of course, if removal of the variable was intentional.
[22 Nov 2011 16:23] Peter Laursen
One should read till the end!

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