mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fix for BUG#20349 "mysql-test-run.pl needs to add --debug to
mysql_client_test like mysql-test-run". Nothing to document. mysql-test/mysql-test-run.pl: if --debug, add debugging of mysql_client_test (useful at least to know what insert_id values it receives in the ok packets of INSERT).
This commit is contained in:
parent
b5faf11ab6
commit
94b92361bd
1 changed files with 6 additions and 0 deletions
|
|
@ -3354,6 +3354,12 @@ sub run_mysqltest ($) {
|
|||
"--port=$master->[0]->{'path_myport'} " .
|
||||
"--socket=$master->[0]->{'path_mysock'}";
|
||||
|
||||
if ( $opt_debug )
|
||||
{
|
||||
$cmdline_mysql_client_test .=
|
||||
" --debug=d:t:A,$opt_vardir_trace/log/mysql_client_test.trace";
|
||||
}
|
||||
|
||||
if ( $glob_use_embedded_server )
|
||||
{
|
||||
$cmdline_mysql_client_test.=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue