diff options
author | unknown <monty@hundin.mysql.fi> | 2001-06-03 12:26:24 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-06-03 12:26:24 +0300 |
commit | cf42a95562695b0596bdbbcc941e86f7eab6682c (patch) | |
tree | a8649f73d8dc4f4b298871c75089fd3e584adb6e /sql-bench/test-connect.sh | |
parent | 1b4d4338d4b6697cb9958d4bc4903a395724b0e0 (diff) | |
download | mariadb-git-cf42a95562695b0596bdbbcc941e86f7eab6682c.tar.gz |
Added ABS() to make tests more portable.
New postgresql crash-me file.
Increased blob size in benchmarks from 65K to 1M.
mysql-test/t/select.test:
Added ABS() to make tests more portable
mysys/tree.c:
Added missing call to tree->free (MySQL didn't use this)
sql-bench/Comments/postgres.benchmark:
Updated documentation
sql-bench/bench-init.pl.sh:
Updated version number (changed blob size)
sql-bench/limits/pg.cfg:
New postgres results
sql-bench/server-cfg.sh:
Updated to PostgreSQL 7.1.1
sql-bench/test-connect.sh:
Changed select_big -> select_big_str
tests/fork_big.pl:
Added count(distinct) test
Diffstat (limited to 'sql-bench/test-connect.sh')
-rw-r--r-- | sql-bench/test-connect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-connect.sh b/sql-bench/test-connect.sh index cddb32e2775..862161e3a03 100644 --- a/sql-bench/test-connect.sh +++ b/sql-bench/test-connect.sh @@ -266,7 +266,7 @@ for ($i=0 ; $i < $opt_loop_count ; $i++) } $end_time=new Benchmark; -print "Time to select_big ($opt_loop_count): " . +print "Time to select_big_str ($opt_loop_count): " . timestr(timediff($end_time, $loop_time),"all") . "\n\n"; $sth = $dbh->do("drop table bench1" . $server->{'drop_attr'}) |