mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Add character-sets-dir argument to "mysql". That avoids a local
installed charset dir being used.
This commit is contained in:
@ -2901,7 +2901,8 @@ sub run_mysqltest ($) {
|
|||||||
my $cmdline_mysql=
|
my $cmdline_mysql=
|
||||||
"$exe_mysql --host=localhost --user=root --password= " .
|
"$exe_mysql --host=localhost --user=root --password= " .
|
||||||
"--port=$master->[0]->{'path_myport'} " .
|
"--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=
|
my $cmdline_mysql_client_test=
|
||||||
"$exe_mysql_client_test --no-defaults --testcase --user=root --silent " .
|
"$exe_mysql_client_test --no-defaults --testcase --user=root --silent " .
|
||||||
|
Reference in New Issue
Block a user