diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 11:11:52 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 11:11:52 +0200 |
commit | e96885de92321763efd59e76d4dc192fef446be5 (patch) | |
tree | 70df31800bc7b5ce776dcd7be852ee4f0d864b1a /mysql-test/lib/My/File/Path.pm | |
parent | 14e53d066807f7164d94dd8449ab4458509ada88 (diff) | |
download | mariadb-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.pm | 2 |
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; |