--- \mysql-enterprise-5.1.50-win32\scripts\mysqldumpslow.pl 2010-09-17 08:51:41.598668100 -0700 +++ \mysql-enterprise-5.1.50-win32\scripts\mysqldumpslow.pl 2010-09-17 08:52:00.020896800 -0700 @@ -73,7 +73,7 @@ while ( defined($_ = shift @pending) or defined($_ = <>) ) { warn "[[$_]]\n" if $opt{d}; # show raw paragraph being read - my @chunks = split /^\/.*Version.*started with[\000-\377]*?Time.*Id.*Command.*Argument.*\n/m; + my @chunks = split /^\/?.*Version.*started with[\000-\377]*?Time.*Id.*Command.*Argument.*\n/m; if (@chunks > 1) { unshift @pending, map { length($_) ? $_ : () } @chunks; warn "<<".join(">>\n<<",@chunks).">>" if $opt{d};