diff options
author | unknown <msvensson@neptunus.(none)> | 2006-06-14 20:36:23 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-06-14 20:36:23 +0200 |
commit | 9cda709ed64bf41011d15ca0df23a4cfbaa49f7f (patch) | |
tree | c8ad91e23b156f90353d533f96b295c57e5b9185 /mysql-test/mysql-test-run.pl | |
parent | 6e0e266e47f24ccdcc95af7b86f4f6302fc1688b (diff) | |
download | mariadb-git-9cda709ed64bf41011d15ca0df23a4cfbaa49f7f.tar.gz |
Remove opt_local, noone knows what it should do
mysql-test/lib/mtr_stress.pl:
Remove remnant of opt_local_master
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 1105b0010b6..6fb2ba42128 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -237,8 +237,6 @@ our $opt_gprof_dir; our $opt_gprof_master; our $opt_gprof_slave; -our $opt_local; - our $master; # Will be struct in C our $slave; our $clusters; @@ -658,7 +656,6 @@ sub command_line_setup () { 'comment=s' => \$opt_comment, 'debug' => \$opt_debug, 'fast' => \$opt_fast, - 'local' => \$opt_local, 'netware' => \$opt_netware, 'old-master' => \$opt_old_master, 'reorder' => \$opt_reorder, @@ -758,11 +755,6 @@ sub command_line_setup () { # Do sanity checks of command line arguments # -------------------------------------------------------------------------- - if ( $opt_extern and $opt_local ) - { - mtr_error("Can't use --extern and --local at the same time"); - } - if ( ! $opt_socket ) { # FIXME set default before reading options? # $opt_socket= '@MYSQL_UNIX_ADDR@'; @@ -4206,7 +4198,6 @@ Deprecated options Options not yet described, or that I want to look into more local - local-master netware old-master sleep=SECONDS |