diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-06-15 13:40:35 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-06-15 13:40:35 +0200 |
commit | 36beb9be1d550cca3e01a67a2e5359d1a28f8957 (patch) | |
tree | 68b10617824ab41d4617e68b6a490330af3736fe | |
parent | 062f57e2799bc74a2585670516a971aba31b63a0 (diff) | |
parent | 9edbfe0f4cf9cf53a673bd7e2cf5a56ef4ff08de (diff) | |
download | mariadb-git-36beb9be1d550cca3e01a67a2e5359d1a28f8957.tar.gz |
upmerge fix for 54364
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 6d00ce4f7f9..1f0721e5d14 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -206,7 +206,7 @@ my $config; # The currently running config my $current_config_name; # The currently running config file template our @opt_experimentals; -our $experimental_test_cases; +our $experimental_test_cases= []; my $baseport; # $opt_build_thread may later be set from $opt_port_base |