summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.mysql.com>2008-05-02 08:42:48 +0200
committerunknown <msvensson@pilot.mysql.com>2008-05-02 08:42:48 +0200
commit9418fd20d52a4b347e2cf9cb69522bae477108d8 (patch)
tree621bb295210e67c28a6354ae9fc530a72938fe36 /mysql-test/mysql-test-run.pl
parent6153c248cfd509a62d3c5136df3f904914bf963b (diff)
parentb028f1fcc7812173e9d4a1fa21ad28215df4e87a (diff)
downloadmariadb-git-9418fd20d52a4b347e2cf9cb69522bae477108d8.tar.gz
Merge bk-internal:/home/bk/mysql-5.0-build
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-build mysql-test/mysql-test-run.pl: Auto merged
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 83024710ce6..8905203ef9b 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3756,9 +3756,9 @@ sub mysqld_arguments ($$$$) {
{
# By default, prevent the started mysqld to access files outside of vardir
my $secure_file_dir= $opt_vardir;
- if ( $opt_suite ne "main" )
+ if ( $opt_suite ne "main" and $opt_suite ne "funcs_1" )
{
- # When running a suite other than default allow the mysqld
+ # When running a suite other than default or funcs_1 allow the mysqld
# access to subdirs of mysql-test/ in order to make it possible
# to "load data" from the suites data/ directory.
$secure_file_dir= $glob_mysql_test_dir;