From: magnus.blaudd Date: November 12 2012 5:31pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (magnus.blaudd:4086 to 4087) List-Archive: http://lists.mysql.com/commits/145243 Message-Id: <20121112173159.32128.76050.4087@wholphin> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4087 magnus.blaudd@stripped 2012-11-12 [merge] Merge 7.1 -> 7.2 modified: storage/ndb/compile-cluster 4086 magnus.blaudd@stripped 2012-11-12 [merge] Merge 7.1 -> 7.2 === modified file 'storage/ndb/compile-cluster' --- a/storage/ndb/compile-cluster 2012-11-12 14:53:39 +0000 +++ b/storage/ndb/compile-cluster 2012-11-12 17:27:12 +0000 @@ -27,6 +27,10 @@ use Cwd 'abs_path'; use File::Basename; use Getopt::Long; +# Automatically flush STDOUT +select(STDOUT); +$| = 1; + # Only add the command line options handled by this script, # thus acting like a filter and passing all other arguments # straight through No bundle (reason: useless for push emails).