summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-09-11 19:06:23 +0300
committermonty@mashka.mysql.fi <>2003-09-11 19:06:23 +0300
commit45aa92c574e032bcf85b7207732158433e64afd5 (patch)
treeba442d57a65bd55a0d0fec02aa6abeae237a568b /sql-bench
parent80565e13527206b0e8fac4a1f01cea96dd23423a (diff)
downloadmariadb-git-45aa92c574e032bcf85b7207732158433e64afd5.tar.gz
After merge fixes.
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
Diffstat (limited to 'sql-bench')
-rw-r--r--sql-bench/compare-results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/compare-results.sh b/sql-bench/compare-results.sh
index 9e3a8f2add8..e95bd23e6a3 100644
--- a/sql-bench/compare-results.sh
+++ b/sql-bench/compare-results.sh
@@ -93,7 +93,7 @@ foreach (@ARGV)
}
elsif (/Comments:\s+(.+)/i) {
$tot{$prog}{'comments'} = $1;
- } elsif (/^(\S+):\s*(estimated\s|)total\stime:\s+([\d.]+)\s+(wallclock\s|)secs/i)
+ } elsif (/^(\S+):.*(estimated\s|)total\stime:\s+([\d.]+)\s+(wallclock\s|)secs/i)
{
$tmp = $1; $tmp =~ s/://;
$tot{$prog}{$tmp} = [ $3, (length($2) ? "+" : "")];