1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Remove opt_local, noone knows what it should do

This commit is contained in:
msvensson@neptunus.(none)
2006-06-14 20:36:23 +02:00
parent 47142b6730
commit 79bdcc49c9
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],[],[]) )
{