Bug #56891 MEM upgrade : checking of suggested mysqld parameters should be case insensitive
Submitted: 21 Sep 2010 11:17 Modified: 9 Jan 2015 10:24
Reporter: Leandro Morgado Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Installing Severity:S3 (Non-critical)
Version:2.2.3.1745 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[21 Sep 2010 11:17] Leandro Morgado
Description:
The MEM upgrader gives us suggestions about the embedded mysqld configuration parameters, however it checks for case sensitivity when it shouldn't:

"NOTE: The upgrade installer has detected differences between the configuration 
of your Enterprise Monitor repository and our recommended configuration. The 
configuration report is shown below and also saved at 
/opt/mysql/enterprise/monitor/mysql/my.cnf_comparison_report.txt

  

  Parameter: default-storage-engine
Recommended: InnoDB
 Your Value: innodb
    Comment: "

How to repeat:
Use default-storage-engine=innodb on my.cnf for inbuilt MEM mysqld.

Suggested fix:
Don't check case sensitivity where it doesn't matter.