mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge 10.6 into 10.11
This commit is contained in:
commit
63913ce5af
519 changed files with 5112 additions and 995 deletions
|
|
@ -248,7 +248,7 @@ my @opt_skip_test_list;
|
|||
our $opt_ssl_supported;
|
||||
our $opt_ps_protocol;
|
||||
my $opt_sp_protocol;
|
||||
my $opt_cursor_protocol;
|
||||
our $opt_cursor_protocol;
|
||||
my $opt_view_protocol;
|
||||
my $opt_non_blocking_api;
|
||||
|
||||
|
|
@ -5580,11 +5580,12 @@ sub start_check_testcase ($$$) {
|
|||
}
|
||||
my $errfile= "$opt_vardir/tmp/$name.err";
|
||||
|
||||
My::Debugger::setup_client_args(\$args, \$exe_mysqltest);
|
||||
my $exe= $exe_mysqltest;
|
||||
My::Debugger::setup_client_args(\$args, \$exe);
|
||||
my $proc= My::SafeProcess->new
|
||||
(
|
||||
name => $name,
|
||||
path => $exe_mysqltest,
|
||||
path => $exe,
|
||||
error => $errfile,
|
||||
output => $errfile,
|
||||
args => \$args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue