summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-11-24 13:39:09 +0100
committerunknown <msvensson@neptunus.(none)>2006-11-24 13:39:09 +0100
commite703227a23b9be1d473751d9d655e5f4294efabe (patch)
treeafcbfb323326a4ab56830823836209792b5d1422
parent87e3047501d74efd55983d6c45936f1bc3a13256 (diff)
downloadmariadb-git-e703227a23b9be1d473751d9d655e5f4294efabe.tar.gz
Fix merge conflicts
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 4f32ae17724..79c3ac6582d 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -187,7 +187,6 @@ our $opt_fast;
our $opt_force;
our $opt_reorder= 0;
our $opt_enable_disabled;
-our $opt_report_features;
our $opt_mem= $ENV{'MTR_MEM'};
our $opt_gcov;
@@ -656,7 +655,7 @@ sub command_line_setup () {
# directory. And we install "/usr/share/mysql-test". Moving up one
# more directory relative to "mysql-test" gives us a usable base
# directory for RPM installs.
- if ( ! $opt_source_dist and ! -d "$glob_basedir/bin" )
+ if ( ! $source_dist and ! -d "$glob_basedir/bin" )
{
$glob_basedir= dirname($glob_basedir);
}