From: Bjorn Munch Date: October 8 2012 9:20am Subject: bzr push into mysql-5.6-wl6055 branch (bjorn.munch:4381 to 4382) List-Archive: http://lists.mysql.com/commits/144982 Message-Id: <20121008092016.5830.42938.4382@khepri15.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4382 Bjorn Munch 2012-10-08 Bug 14729792 - NO WARNING WHEN MY.CNF EXISTS IN /ETC/MYSQL Added missing /x modified: scripts/mysql_install_db.pl.in 4381 Bjorn Munch 2012-10-05 Add ellipses to socket line too modified: support-files/CMakeLists.txt === modified file 'scripts/mysql_install_db.pl.in' --- a/scripts/mysql_install_db.pl.in 2012-10-05 09:38:11 +0000 +++ b/scripts/mysql_install_db.pl.in 2012-10-08 09:18:50 +0000 @@ -814,7 +814,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_l "please compare it with your file and take the changes you need."); } } - foreach my $cfg ( "/etc/my.cnf", "etc/mysql/my.cnf" ) + foreach my $cfg ( "/etc/my.cnf", "/etc/mysql/my.cnf" ) { check_sys_cfg_file ($opt, $cfg); } No bundle (reason: useless for push emails).