diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-04 17:11:54 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-04 17:11:54 +0200 |
commit | 10438588a356bfee439d2f4ceeb0c6275806d619 (patch) | |
tree | 9067c9d0453d33e0c9a44b066a7f9a31637ffdb7 /mysql-test/mysql-test-run.pl | |
parent | e4732a765ec88c58b3900b7b96b7ba09d06748b6 (diff) | |
parent | ca67f01baefbdc1e50ee3f7ca2bbe759d8017166 (diff) | |
download | mariadb-git-10438588a356bfee439d2f4ceeb0c6275806d619.tar.gz |
merge
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 24b83e96361..fd695373e87 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1701,7 +1701,7 @@ sub collect_mysqld_features { my $args; mtr_init_args(\$args); mtr_add_arg($args, "--no-defaults"); - mtr_add_arg($args, "--datadir=%s/tmp", $opt_vardir); + mtr_add_arg($args, "--datadir=."); mtr_add_arg($args, "--basedir=%s", $basedir); mtr_add_arg($args, "--language=%s", $path_language); mtr_add_arg($args, "--skip-grant-tables"); |