summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-05-05 12:10:49 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-05-05 12:10:49 +0300
commit858cf12f898a96540b59f1695486a2014dc3440b (patch)
tree1a7f3b90ff8556d1ee05839807594eb207606a0c /mysql-test/mysql-test-run.pl
parent93f62d51a896d819cc2956efe10a71bc77a60c69 (diff)
downloadmariadb-git-858cf12f898a96540b59f1695486a2014dc3440b.tar.gz
Addendum 3 for bug #BUG#11764517 : expand secure_file_priv to the real
patch so that it can later be compared with patchs with expanded symlinks
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 203f964c72e..f43cadd3784 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -873,10 +873,6 @@ sub command_line_setup () {
last;
}
}
-
- # point vardir to the mem location
- $opt_vardir= $opt_mem;
- undef $opt_mem;
}
# --------------------------------------------------------------------------