From daf6ef40f9f12184ce5c0e0d51f470053de24848 Mon Sep 17 00:00:00 2001 From: sayantan dutta Date: Fri, 7 Jun 2013 19:29:56 +0530 Subject: [PATCH] Bug #16917425 -DBUILD_CONFIG=MYSQL_RELEASE -DWITH_DEBUG=ON FAILS 4 AND SKIPS 27 MTR TESTS --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 19f82303221..b0b7a0d9dd2 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2196,7 +2196,7 @@ sub read_plugin_defs($) mtr_error("Lines in $defs_file must have 3 or 4 items") unless $plug_var; # If running debug server, plugins will be in 'debug' subdirectory - $plug_file= "debug/$plug_file" if $running_debug; + $plug_file= "debug/$plug_file" if $running_debug && !source_dist; my ($plugin)= find_plugin($plug_file, $plug_loc);