Comment 2 for bug 1036506

Revision history for this message
Roel Van de Paar (roel11) wrote :

Crashes:
- Percona-Server-5.5.25a-rel27.1-285.Linux.x86_64
- Percona-Server-5.5.27-rel28.0-288.Linux.x86_64

Does not crash:
- mysql-5.5.25a-linux2.6-x86_64
- mysql-5.5.27-linux2.6-x86_64

Note: 5.5.27 is currently untestable using RQG due to a bug in MTR - see bug 1036522.
However, a simple workaround can be made to RQG to allow testing of this bug:

=== modified file 'runall.pl'
--- runall.pl 2012-07-25 08:45:49 +0000
+++ runall.pl 2012-08-14 05:52:29 +0000
@@ -366,7 +366,7 @@

  $ENV{MTR_VERSION} = 1;
 # my $out_file = "/tmp/mtr-".$$."-".$server_id.".out";
- my $mtr_command = "perl mysql-test-run.pl --start-and-exit ".join(' ', @mtr_options)." 2>&1";
+ my $mtr_command = "perl lib/v1/mysql-test-run.pl --start-and-exit ".join(' ', @mtr_options)." 2>&1";
  say("Running $mtr_command .");