1
0
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:
unknown
2006-06-14 20:36:23 +02:00
parent 6e0e266e47
commit 9cda709ed6
2 changed files with 1 additions and 10 deletions

View File

@ -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],[],[]) )
{