From ae172fdcc0b77f28e1dc8c2f631e0d16aac086e6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 31 Aug 2000 17:25:30 +0300 Subject: Update to get 3.23.23 to compile acconfig.h: Added better detection of compress acinclude.m4: Added better detection of compress configure.in: Added better detection of compress include/my_pthread.h: Fixed wrong prototype mysys/my_pthread.c: Added cast (for portability) scripts/make_binary_distribution.sh: Added missing conversion sql-bench/compare-results.sh: Update for new web site sql/table.cc: Removed extra free --- sql-bench/compare-results.sh | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'sql-bench/compare-results.sh') 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|$text|) - { - # Print inactive thing - print ''; - } elsif (/ subchapter name /) { # Nothing here for now -- cgit v1.2.1