From: Bjorn Munch Date: February 9 2011 3:36pm Subject: bzr commit into mysql-trunk branch (bjorn.munch:3626) List-Archive: http://lists.mysql.com/commits/130897 Message-Id: <201102091536.p19FaKm3010923@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/bm136801/my/main-tr/ based on revid:marc.alff@stripped 3626 Bjorn Munch 2011-02-09 [merge] Silly mistake in 59148, forgot .exe on Windows modified: mysql-test/mysql-test-run.pl === modified file 'mysql-test/mysql-test-run.pl' --- a/mysql-test/mysql-test-run.pl 2011-02-08 15:54:12 +0000 +++ b/mysql-test/mysql-test-run.pl 2011-02-09 15:35:49 +0000 @@ -2024,7 +2024,7 @@ sub read_plugin_defs($) # Need to check if we will be running mysqld-debug if ($opt_debug_server) { - $running_debug= 1 if find_mysqld($basedir) =~ /-debug$/; + $running_debug= 1 if find_mysqld($basedir) =~ /mysqld-debug/; } while () { No bundle (reason: revision is a merge).