From 53587e3e64507e119b2fc267f7d8ce85cb719a0a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Aug 2007 11:05:42 +0200 Subject: [PATCH 1/2] Remove unused variables --- mysql-test/mysql-test-run.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index f0adfe4d468..656536edcfb 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -276,9 +276,6 @@ our $opt_stress_test_duration= 0; our $opt_stress_init_file= ""; our $opt_stress_test_file= ""; -our $opt_wait_for_master; -our $opt_wait_for_slave; - our $opt_warnings; our $opt_skip_ndbcluster= 0; From 80aa720a8911bfa14bd52c0a4a3b06a7ff3ae4aa Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Aug 2007 11:10:23 +0200 Subject: [PATCH 2/2] Remove unused variable --- mysql-test/mysql-test-run.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 656536edcfb..8e7c3e6693f 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -233,7 +233,6 @@ my $opt_report_features; our $opt_check_testcases; our $opt_mark_progress; -our $opt_skip; our $opt_skip_rpl; our $max_slave_num= 0; our $max_master_num= 1;