1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Add character-sets-dir argument to "mysql". That avoids a local

installed charset dir being used.
This commit is contained in:
msvensson@shellback.(none)
2006-09-18 17:46:36 +02:00
parent 6a0841a1bc
commit dafb50055f

View File

@ -2901,7 +2901,8 @@ sub run_mysqltest ($) {
my $cmdline_mysql=
"$exe_mysql --host=localhost --user=root --password= " .
"--port=$master->[0]->{'path_myport'} " .
"--socket=$master->[0]->{'path_mysock'}";
"--socket=$master->[0]->{'path_mysock'} ".
"--character-sets-dir=$path_charsetsdir";
my $cmdline_mysql_client_test=
"$exe_mysql_client_test --no-defaults --testcase --user=root --silent " .