diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-05-05 12:10:49 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-05-05 12:10:49 +0300 |
commit | 858cf12f898a96540b59f1695486a2014dc3440b (patch) | |
tree | 1a7f3b90ff8556d1ee05839807594eb207606a0c /mysql-test/mysql-test-run.pl | |
parent | 93f62d51a896d819cc2956efe10a71bc77a60c69 (diff) | |
download | mariadb-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-x | mysql-test/mysql-test-run.pl | 4 |
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; } # -------------------------------------------------------------------------- |