Loading mysql-test/mysql-test-run.pl +13 −10 Original line number Diff line number Diff line Loading @@ -1544,6 +1544,8 @@ sub environment_setup () { # ---------------------------------------------------- # Setup env so childs can execute mysqlslap # ---------------------------------------------------- if ( $exe_mysqlslap ) { my $cmdline_mysqlslap= "$exe_mysqlslap -uroot " . "--port=$master->[0]->{'port'} " . Loading @@ -1556,6 +1558,7 @@ sub environment_setup () { " --debug=d:t:A,$path_vardir_trace/log/mysqlslap.trace"; } $ENV{'MYSQL_SLAP'}= $cmdline_mysqlslap; } # ---------------------------------------------------- # Setup env so childs can execute mysqlimport Loading Loading
mysql-test/mysql-test-run.pl +13 −10 Original line number Diff line number Diff line Loading @@ -1544,6 +1544,8 @@ sub environment_setup () { # ---------------------------------------------------- # Setup env so childs can execute mysqlslap # ---------------------------------------------------- if ( $exe_mysqlslap ) { my $cmdline_mysqlslap= "$exe_mysqlslap -uroot " . "--port=$master->[0]->{'port'} " . Loading @@ -1556,6 +1558,7 @@ sub environment_setup () { " --debug=d:t:A,$path_vardir_trace/log/mysqlslap.trace"; } $ENV{'MYSQL_SLAP'}= $cmdline_mysqlslap; } # ---------------------------------------------------- # Setup env so childs can execute mysqlimport Loading