diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-10-20 12:05:28 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-10-20 12:05:28 +0200 |
commit | 684b1d39ac7eab6ff5d9095aaa25dcea35b88a28 (patch) | |
tree | 21452d688c350b7ea6f34a8da56076b275f79b11 /mysql-test/mysql-test-run.pl | |
parent | a47a16749245f99a51a8c13762b67fc879bd972a (diff) | |
parent | 23ef842e030f76a5d376b206b21f15d5799bb0ec (diff) | |
download | mariadb-git-684b1d39ac7eab6ff5d9095aaa25dcea35b88a28.tar.gz |
merge 48149
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-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 4d93b0dd71b..4d8d178e092 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -144,7 +144,7 @@ our @opt_extra_mysqld_opt; my $opt_compress; my $opt_ssl; my $opt_skip_ssl; -my $opt_ssl_supported; +our $opt_ssl_supported; my $opt_ps_protocol; my $opt_sp_protocol; my $opt_cursor_protocol; |