From: Joerg Bruehe Date: October 9 2012 11:12am Subject: bzr push into mysql-5.6 branch (joerg.bruehe:4407 to 4408) List-Archive: http://lists.mysql.com/commits/144990 Message-Id: <20121009111228.9886.98822.4408@trift-6core.fambruehe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4408 Joerg Bruehe 2012-10-09 [merge] Merge towards main modified: scripts/mysql_install_db.pl.in 4407 Joerg Bruehe 2012-10-08 [merge] Automerge towards main tree. modified: scripts/mysql_install_db.pl.in === modified file 'scripts/mysql_install_db.pl.in' --- a/scripts/mysql_install_db.pl.in 2012-10-08 14:05:43 +0000 +++ b/scripts/mysql_install_db.pl.in 2012-10-09 11:07:24 +0000 @@ -53,7 +53,7 @@ my @args; # Argume sub usage { - print <{'random-passwords'} ) { # Add other non-working OS like this: $^O =~ m/^(solaris|linux|freebsd|darwin)$/ + # and maintain "usage()". # Issue 1: random password creation # Issue 2: confidential file if ( $^O =~ m/^(MSWin32)$/ ) { @@ -577,9 +586,9 @@ my $parent = dirname ( $opt->{ldata} ); if ( ! -d $parent ) { error($opt, "The parent directory for the data directory '$opt->{ldata}' does not exist.", - "If that path was really intended, please create that directory path and then", - "restart this script.", - "If some other path was intended, please use the correct path when restarting this script."); + "If that path was really intended, please create that directory path and then", + "restart this script.", + "If some other path was intended, please use the correct path when restarting this script."); } foreach my $dir ( $opt->{ldata}, "$opt->{ldata}/mysql", "$opt->{ldata}/test" ) { @@ -705,9 +714,9 @@ if ( open(PIPE, "| $mysqld_install_cmd_l "You will find that password in '$secret_file'.", "", "You must change that password on your first connect,", - "no other statement but 'SET PASSWORD' will be accepted.", - "See the manual for the semantics of the 'password expired' flag.", - "", + "no other statement but 'SET PASSWORD' will be accepted.", + "See the manual for the semantics of the 'password expired' flag.", + "", "Also, the account for the anonymous user has been removed.", "", "In addition, you can run:", No bundle (reason: useless for push emails).