#At file:///usr/home/serg/Abk/mysql/6.0-maria/ based on revid:serg@stripped
2745 Sergei Golubchik 2009-04-17
small fix for ./mtr --list-options
@ mysql-test/mysql-test-run.pl
remove + at the end of the option name
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-04-14 06:19:22 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-04-17 14:51:31 +0000
@@ -5175,7 +5175,7 @@ sub list_options ($) {
my $hash= shift;
for (keys %$hash) {
- s/(=.*|!)$//;
+ s/(=.*|[+!])$//;
s/\|/\n--/g;
print "--$_\n";
}
Attachment: [text/bzr-bundle] bzr/serg@mysql.com-20090417145131-ds416s5d5lq9svvl.bundle
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (serg:2745) | Sergei Golubchik | 17 Apr |