mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove opt_local, noone knows what it should do
mysql-test/lib/mtr_stress.pl: Remove remnant of opt_local_master
This commit is contained in:
@ -25,7 +25,7 @@ sub run_stress_test ()
|
||||
|
||||
mtr_report("Starting stress testing\n");
|
||||
|
||||
if ( ! $::glob_use_embedded_server and ! $::opt_local_master )
|
||||
if ( ! $::glob_use_embedded_server )
|
||||
{
|
||||
if ( ! mysqld_start($::master->[0],[],[]) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user