maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #01125
bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2753)
#At lp:maria
2753 knielsen@xxxxxxxxxxxxxxx 2009-10-06
Fix broken --vs-config option of mysql-test-run.pl.
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-10-05 13:22:23 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-10-06 06:46:45 +0000
@@ -844,7 +844,7 @@ sub command_line_setup {
'ssl|with-openssl' => \$opt_ssl,
'skip-ssl' => \$opt_skip_ssl,
'compress' => \$opt_compress,
- 'vs-config' => \$opt_vs_config,
+ 'vs-config=s' => \$opt_vs_config,
# Max number of parallel threads to use
'parallel=s' => \$opt_parallel,