summaryrefslogtreecommitdiff
path: root/mysql-test/lib/My/File/Path.pm
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-06-10 11:11:52 +0200
committerSergei Golubchik <sergii@pisem.net>2010-06-10 11:11:52 +0200
commite96885de92321763efd59e76d4dc192fef446be5 (patch)
tree70df31800bc7b5ce776dcd7be852ee4f0d864b1a /mysql-test/lib/My/File/Path.pm
parent14e53d066807f7164d94dd8449ab4458509ada88 (diff)
downloadmariadb-git-e96885de92321763efd59e76d4dc192fef446be5.tar.gz
fixed for mysql-test-run to
* fully support --mysqld=--plugin-load=xxxx * uniformly support all loadable plugins, no need to hard-code every new plugin in mtr * autodetect MTR_VS_CONFIG on windows
Diffstat (limited to 'mysql-test/lib/My/File/Path.pm')
-rw-r--r--mysql-test/lib/My/File/Path.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/My/File/Path.pm b/mysql-test/lib/My/File/Path.pm
index 25a26568eee..6e6d23ad9f0 100644
--- a/mysql-test/lib/My/File/Path.pm
+++ b/mysql-test/lib/My/File/Path.pm
@@ -18,7 +18,7 @@ use strict;
use Exporter;
use base "Exporter";
-our @EXPORT= qw / rmtree mkpath copytree /;
+our @EXPORT= qw /rmtree mkpath copytree/;
use File::Find;
use File::Copy;