Menu

#23 checkInstall return not correct infromation from my.cnf

closed-fixed
nobody
None
5
2012-04-17
2011-11-06
Pavel
No

Checkinstall retrurn not correct information from my,cnf about max_connection parameter, because in CheckInstall.java is mistake :

java.util.List<String> maxConn = FileTools.findPatternInFile(myCnfFile,"max-connections",true);

should be :

java.util.List<String> maxConn = FileTools.findPatternInFile(myCnfFile,"max_connections",true);

Discussion

  • Martin Flynn

    Martin Flynn - 2012-03-23

    Fixed in v2.4.0

     
  • Martin Flynn

    Martin Flynn - 2012-03-23
    • status: open --> open-fixed
     
  • Martin Flynn

    Martin Flynn - 2012-04-17

    Fixed in the latest available version.

     
  • Martin Flynn

    Martin Flynn - 2012-04-17
    • status: open-fixed --> closed-fixed