summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-04-21 13:53:48 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-04-21 13:53:48 +0200
commit0a22763fa621e0d376e3e72febe2ad5df008a202 (patch)
treeb7ce4934e781a6dee712cb7f93d32d3f5a7a8c34 /mysql-test/mysql-test-run.pl
parent53e47e3bd075e0c8c70ce281d5145a0b0bc9a164 (diff)
downloadmariadb-git-0a22763fa621e0d376e3e72febe2ad5df008a202.tar.gz
Bug #17230 Can't change character-sets-dir for ndbd
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index a045441e046..ea0e11a69d9 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1457,7 +1457,8 @@ sub ndbcluster_start ($) {
# FIXME, we want to _append_ output to file $file_ndb_testrun_log instead of /dev/null
if ( mtr_run("$glob_mysql_test_dir/ndb/ndbcluster",
["--port=$opt_ndbcluster_port",
- "--data-dir=$opt_vardir"],
+ "--data-dir=$opt_vardir",
+ "--character-sets-dir=$path_charsetsdir"],
"", "/dev/null", "", "") )
{
mtr_error("Error ndbcluster_start");