summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-05-20 18:33:07 +0200
committerSergei Golubchik <serg@mariadb.org>2021-05-20 18:33:07 +0200
commitfd713f26f39938e52fe9c17cc946c3ff91c87446 (patch)
tree8496d1f8762e5f1f3d30a8819ffed909efa0f0b1 /mysql-test/mysql-test-run.pl
parent4e946cb1f17fbb15c26ff4c0e91f479e618e7a4a (diff)
downloadmariadb-git-fd713f26f39938e52fe9c17cc946c3ff91c87446.tar.gz
mariadb-conv --character-sets-dir
and pass the correct dir in mtr
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index c1adb76fe0f..60ee1557847 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -2121,7 +2121,7 @@ sub environment_setup {
$ENV{'EXE_MYSQL'}= $exe_mysql;
$ENV{'MYSQL_PLUGIN'}= $exe_mysql_plugin;
$ENV{'MYSQL_EMBEDDED'}= $exe_mysql_embedded;
- $ENV{'MARIADB_CONV'}= $exe_mariadb_conv;
+ $ENV{'MARIADB_CONV'}= "$exe_mariadb_conv --character-sets-dir=$path_charsetsdir";
if(IS_WINDOWS)
{
$ENV{'MYSQL_INSTALL_DB_EXE'}= mtr_exe_exists("$bindir/sql$opt_vs_config/mysql_install_db",