diff options
author | unknown <monty@hundin.mysql.fi> | 2001-06-05 04:05:33 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-06-05 04:05:33 +0300 |
commit | b1e00c96809479e5de09aa97509883ea96274b57 (patch) | |
tree | b952b185420f1578799b95526a1c2eeb16a583b9 /sql-bench/compare-results.sh | |
parent | 9d77fddc79b6d1d19ea81aa15f4214dc46d72374 (diff) | |
download | mariadb-git-b1e00c96809479e5de09aa97509883ea96274b57.tar.gz |
Updated benchmarks and crash-me for postgreSQL 7.1.1
Fixed option for symlinks
Docs/manual.texi:
Updated symlink handling.
sql-bench/Comments/postgres.benchmark:
Updated benchmark text
sql-bench/Makefile.am:
Added graph-compare-results
sql-bench/compare-results.sh:
Don't reset the cmp option.
sql-bench/crash-me.sh:
Updated transaction testing.
sql-bench/limits/mysql-3.23.cfg:
Updated benchmark run
sql-bench/limits/mysql.cfg:
Updated benchmark run
sql-bench/limits/pg.cfg:
Updated benchmark run
sql-bench/server-cfg.sh:
Don't do vacuum too often.
sql-bench/test-insert.sh:
Don't do vacuum too often.
sql/mysqld.cc:
Changed skip-symlinks to skip-symlink
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) { |