diff options
author | monty@hundin.mysql.fi <> | 2001-06-05 04:05:33 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-05 04:05:33 +0300 |
commit | 704c03ca572d0f6c98a125fce37771efd09f2b81 (patch) | |
tree | b952b185420f1578799b95526a1c2eeb16a583b9 /sql-bench/compare-results.sh | |
parent | 0fd7d236f33ad579dd031a678721e3c7affec6fe (diff) | |
download | mariadb-git-704c03ca572d0f6c98a125fce37771efd09f2b81.tar.gz |
Updated benchmarks and crash-me for postgreSQL 7.1.1
Fixed option for symlinks
Diffstat (limited to 'sql-bench/compare-results.sh')
-rw-r--r-- | sql-bench/compare-results.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql-bench/compare-results.sh b/sql-bench/compare-results.sh index d8a358ed171..9e3a8f2add8 100644 --- a/sql-bench/compare-results.sh +++ b/sql-bench/compare-results.sh @@ -25,7 +25,7 @@ use Getopt::Long; $opt_server="mysql"; $opt_dir="output"; -$opt_machine=""; +$opt_machine=$opt_cmp=""; $opt_relative=$opt_same_server=$opt_help=$opt_Information=$opt_skip_count=$opt_no_bars=$opt_verbose=0; GetOptions("Information","help","server=s","cmp=s","machine=s","relative","same-server","dir=s","skip-count","no-bars","html","verbose") || usage(); @@ -53,10 +53,6 @@ if ($#ARGV == -1) @ARGV=glob($files); $automatic_files=1; } -else -{ - $opt_cmp=""; -} foreach (@ARGV) { |