#At file:///home/bm136801/my/mtr-55/ based on revid:bjorn.munch@stripped
3164 Bjorn Munch 2011-02-04 [merge]
upmerge 47141
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2011-01-29 21:53:17 +0000
+++ b/mysql-test/mysql-test-run.pl 2011-02-04 12:20:12 +0000
@@ -1884,9 +1884,12 @@ sub executable_setup () {
sub client_debug_arg($$) {
my ($args, $client_name)= @_;
+ # Workaround for Bug #50627: drop any debug opt
+ return if $client_name =~ /^mysqlbinlog/;
+
if ( $opt_debug ) {
mtr_add_arg($args,
- "--debug=$debug_d:t:A,%s/log/%s.trace",
+ "--loose-debug=$debug_d:t:A,%s/log/%s.trace",
$path_vardir_trace, $client_name)
}
}
No bundle (reason: revision is a merge).
| Thread |
|---|
| • bzr commit into mysql-5.5-mtr branch (bjorn.munch:3164) | Bjorn Munch | 4 Feb |