mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Merge shellback.(none):/home/msvensson/mysql/work/my51-work
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
This commit is contained in:
commit
7dabd8c683
1 changed files with 2 additions and 2 deletions
|
@ -1537,7 +1537,8 @@ sub environment_setup () {
|
|||
my $cmdline_mysql=
|
||||
"$exe_mysql --no-defaults --host=localhost --user=root --password= " .
|
||||
"--port=$master->[0]->{'port'} " .
|
||||
"--socket=$master->[0]->{'path_sock'}";
|
||||
"--socket=$master->[0]->{'path_mysock'} ".
|
||||
"--character-sets-dir=$path_charsetsdir";
|
||||
|
||||
$ENV{'MYSQL'}= $cmdline_mysql;
|
||||
|
||||
|
@ -3725,7 +3726,6 @@ sub run_check_testcase ($$) {
|
|||
|
||||
sub run_mysqltest ($) {
|
||||
my ($tinfo)= @_;
|
||||
|
||||
my $exe= $exe_mysqltest;
|
||||
my $args;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue