summaryrefslogtreecommitdiff
path: root/sql-bench/compare-results.sh
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-08-31 17:25:30 +0300
committermonty@donna.mysql.com <>2000-08-31 17:25:30 +0300
commit91033f872c82ade18f6e44f88628f8712fe65892 (patch)
tree20cdc22382843d7f3d6ac921a4a5b15104a081e9 /sql-bench/compare-results.sh
parentb637e10db70098c24858d3b8e698441a1639fe16 (diff)
downloadmariadb-git-91033f872c82ade18f6e44f88628f8712fe65892.tar.gz
Update to get 3.23.23 to compile
Diffstat (limited to 'sql-bench/compare-results.sh')
-rwxr-xr-xsql-bench/compare-results.sh13
1 files changed, 3 insertions, 10 deletions
diff --git a/sql-bench/compare-results.sh b/sql-bench/compare-results.sh
index fa1715d1928..d8a358ed171 100755
--- a/sql-bench/compare-results.sh
+++ b/sql-bench/compare-results.sh
@@ -301,7 +301,7 @@ EOF
sub html_output
{
my $template="template.html";
- my $title="MySQL Benchmark Results - Compare with $opt_cmp";
+ my $title="MySQL | | Information | Benchmarks | Compare with $opt_cmp";
my $image="info.gif";
$bar="";
@@ -318,18 +318,11 @@ sub html_output
s|TITLE:SUBTITLE|$title|;
print $_;
}
- elsif (m|/images/.gif|)
+ elsif (/TITLE:COMPARE/)
{
- s|/images/.gif|/images/$image|;
- s|alt=""|alt="$title"|;
+ s|TITLE:COMPARE|$opt_cmp|;
print $_;
}
- # Find line to inactivate
- elsif (m|<img src="/images/${text}1.gif" border="0" width="66" height="20" alt="$text">|)
- {
- # Print inactive thing
- print '<td align="center" bgcolor="#310063"><img src="/images/zero.gif" border="0" width="66" height="20" alt=""></td>';
- }
elsif (/ subchapter name /)
{
# Nothing here for now